mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
pcloud: 1.14.9 -> 1.14.10 (#383407)
This commit is contained in:
commit
9e44a9e8a7
1 changed files with 3 additions and 3 deletions
|
@ -39,13 +39,13 @@
|
|||
|
||||
let
|
||||
pname = "pcloud";
|
||||
version = "1.14.9";
|
||||
code = "XZjcLF5ZnbPpMxAlI5FuU39vntbjAhMhVEVV";
|
||||
version = "1.14.10";
|
||||
code = "XZLHKH5Z2KieO7jdb34LVHFY8okPD8bpqXM7";
|
||||
|
||||
# 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-9YgXF2oAbIN8k33wveCPnc4fU3mYv1RB2/jeHmbockY=";
|
||||
hash = "sha256-yIsUScXGmIoZc1Mawq/SVrpJWMYFn1G/ovukLWMYVa8=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extractType2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue