pcloud: 1.14.2 -> 1.14.3

This commit is contained in:
Patryk Wychowaniec 2023-12-16 13:30:01 +01:00
parent 05fdbaa602
commit f89a13e118
No known key found for this signature in database
GPG key ID: F62547D075E09767

View file

@ -38,13 +38,13 @@
let
pname = "pcloud";
version = "1.14.2";
code = "XZAwMrVZidapyDxpd2pCNlGy3BcjdbYCf1Yk";
version = "1.14.3";
code = "XZ7IM70ZtWFon9pgEbk4XuvzJsTduQUyGFwV";
# Archive link's codes: https://www.pcloud.com/release-notes/linux.html
src = fetchzip {
url = "https://api.pcloud.com/getpubzip?code=${code}&filename=${pname}-${version}.zip";
hash = "sha256-5dTo0/R+RA+C0PKzaCmcSy7YwzT3Qlwq1xMw6wPJt28=";
hash = "sha256-huv1XXghWwh/oTtOsukffZP3nnHS2K5VcsuVs6CjFYc=";
};
appimageContents = appimageTools.extractType2 {