pcloud: 1.14.4 -> 1.14.5

This commit is contained in:
Patryk Wychowaniec 2024-03-09 09:59:42 +01:00
parent 52d9c7906c
commit 04da186e0b
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.4";
code = "XZDh750ZBgJa45xqQ8H1ztdMFX2wVhOCTOFk";
version = "1.14.5";
code = "XZ0AMJ0ZdrENNeVMNI4Tz3lO1nxr577ryOMV";
# 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-1KF3tF62lkT6tfeP/dMaZITXp4Vyegp3lFYdLJ49OR8=";
hash = "sha256-a577iWPrke3EizG03m0+hjSoPzA4wDai/QMX2Zl7MF0=";
};
appimageContents = appimageTools.extractType2 {