pcloud: fix download link

Over the last bump I accidentally pasted link for the 32-bit version of
pCloud instead of the 64-bit one, causing it to get ignored by the
patchelf hook.

Closes #364040.
This commit is contained in:
Patryk Wychowaniec 2024-12-11 18:37:57 +01:00
parent 5a48e3c2e4
commit fcadbd2854
No known key found for this signature in database
GPG Key ID: F62547D075E09767

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 {