mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 05:47:29 +00:00
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:
parent
5a48e3c2e4
commit
fcadbd2854
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user