tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pcloud: 1.14.1 -> 1.14.2
Patryk Wychowaniec
2 years ago
11ae9923
f3420b6c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
pcloud
default.nix
+3
-3
pkgs/applications/networking/pcloud/default.nix
···
38
39
let
40
pname = "pcloud";
41
-
version = "1.14.1";
42
-
code = "XZ5iuiVZQsuexQaMmmLAS7FGWNh1TkXRWJR7";
43
44
# Archive link's codes: https://www.pcloud.com/release-notes/linux.html
45
src = fetchzip {
46
url = "https://api.pcloud.com/getpubzip?code=${code}&filename=${pname}-${version}.zip";
47
-
hash = "sha256-6IHt9qxMuDe9f1T+t8JXfPXLUCVe865Od8/ixPR3gso=";
48
};
49
50
appimageContents = appimageTools.extractType2 {
···
38
39
let
40
pname = "pcloud";
41
+
version = "1.14.2";
42
+
code = "XZAwMrVZidapyDxpd2pCNlGy3BcjdbYCf1Yk";
43
44
# Archive link's codes: https://www.pcloud.com/release-notes/linux.html
45
src = fetchzip {
46
url = "https://api.pcloud.com/getpubzip?code=${code}&filename=${pname}-${version}.zip";
47
+
hash = "sha256-5dTo0/R+RA+C0PKzaCmcSy7YwzT3Qlwq1xMw6wPJt28=";
48
};
49
50
appimageContents = appimageTools.extractType2 {