pcloud: 1.14.11 -> 1.14.12

Changelog: https://www.pcloud.com/release-notes/linux.html:
  - Bug fixing & stability improvements.
This commit is contained in:
Nadir Ishiguro
2025-04-30 16:57:56 +02:00
parent 14aa0969cc
commit b79f0613a7
+3 -3
View File
@@ -39,13 +39,13 @@
let
pname = "pcloud";
version = "1.14.11";
code = "XZQRe85ZLPTV99jSGRkmdR9ET2xzqHYeABBX";
version = "1.14.12";
code = "XZcIVb5ZhHzMumagTOBxWWhbjhyv0bN7oPKk";
# 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-fqC6cQYfmtwBfnXsKNXbHQ1jB6xPXleCcfi2DV5AtLw=";
hash = "sha256-SwwaMGORtgW7tzkaZY4hyR001Rw7qRDlMyzdBbC1nUQ=";
};
appimageContents = appimageTools.extractType2 {