pcloud: fix download link (#364293)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user