pcloud: fix download link (#364293)

This commit is contained in:
Aleksana
2024-12-12 17:59:39 +08:00
committed by GitHub
+2 -2
View File
@@ -39,12 +39,12 @@
let
pname = "pcloud";
version = "1.14.8";
code = "XZ6qNX5ZgodGJnOmGT5jY4UaBxqEVVbaUzGX";
code = "XZxqNX5Z7nKd4XMTlkbMbnuRDuhyfL1g5efk";
# 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-o26HI1v6VzF14d261M1rWp8wlM4O6uL4YJ/cmkwqRXU=";
hash = "sha256-+uWvaNA9mCF9vkBbNnsak+h11mcl9QBamBhMzt68Rfc=";
};
appimageContents = appimageTools.extractType2 {