pcloud: 1.14.12 -> 1.14.13

Changelog: https://www.pcloud.com/release-notes/linux.html

- Bug fixing & stability improvements.
This commit is contained in:
Nadir Ishiguro
2025-07-14 14:17:11 +02:00
parent e43a656b16
commit beeeaec4c6
+3 -3
View File
@@ -39,13 +39,13 @@
let
pname = "pcloud";
version = "1.14.12";
code = "XZcIVb5ZhHzMumagTOBxWWhbjhyv0bN7oPKk";
version = "1.14.13";
code = "XZevXB5ZOmw7nYNHSdpci0bD848nbhyClpf7";
# Archive link's codes: https://www.pcloud.com/release-notes/linux.html
src = fetchzip {
url = "https://api.pcloud.com/getpubzip?code=${code}&filename=pcloud-${version}.zip";
hash = "sha256-SwwaMGORtgW7tzkaZY4hyR001Rw7qRDlMyzdBbC1nUQ=";
hash = "sha256-luyFMLNdbogaNF/4y9fZbZ1eBFPmyF2q/Xb1EfsSPz0=";
};
appimageContents = appimageTools.extractType2 {