pcloud: 1.11.0 -> 1.12.0

Release notes: https://www.pcloud.com/release-notes/linux.html
This commit is contained in:
r-vdp 2023-04-12 10:50:44 +02:00
parent 1854101076
commit bdd481e966
No known key found for this signature in database

View File

@ -38,12 +38,12 @@
let
pname = "pcloud";
version = "1.11.0";
code = "XZspqgVZxM1CCER1we0esiDGuAxshjRSY77X";
version = "1.12.0";
code = "XZyc9wVZAbFzyV8ElP71D5v170CvEmVtmrB7";
# 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-EXJ+5LwVF5lTXc5zlppRQLCm0EZwqG3ndfK4LIjmWwc=";
hash = "sha256-QzBlpF+qtNdSZFv3gU0mQhpVyPTWdGH3c+UHKKGfvKc=";
};
appimageContents = appimageTools.extractType2 {