summary refs log tree commit diff
path: root/pkgs/applications/networking/pcloud/default.nix
diff options
context:
space:
mode:
author239 <239@pm.me>2021-04-06 22:29:53 +0200
committer239 <239@pm.me>2021-04-06 22:29:53 +0200
commite595d747c74e4f73fdcefb245e52cfd1f981378e (patch)
tree07dceefd2b7ed7e449b75a58210035a78abe8b13 /pkgs/applications/networking/pcloud/default.nix
parent873991697f8f6eeaa9d5bc80334eda4807c0e712 (diff)
downloadnixpkgs-e595d747c74e4f73fdcefb245e52cfd1f981378e.tar
nixpkgs-e595d747c74e4f73fdcefb245e52cfd1f981378e.tar.gz
nixpkgs-e595d747c74e4f73fdcefb245e52cfd1f981378e.tar.bz2
nixpkgs-e595d747c74e4f73fdcefb245e52cfd1f981378e.tar.lz
nixpkgs-e595d747c74e4f73fdcefb245e52cfd1f981378e.tar.xz
nixpkgs-e595d747c74e4f73fdcefb245e52cfd1f981378e.tar.zst
nixpkgs-e595d747c74e4f73fdcefb245e52cfd1f981378e.zip
pcloud: 1.8.9 -> 1.9.1
Diffstat (limited to 'pkgs/applications/networking/pcloud/default.nix')
-rw-r--r--pkgs/applications/networking/pcloud/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/networking/pcloud/default.nix b/pkgs/applications/networking/pcloud/default.nix
index 08a8bc98e1a..312734dba14 100644
--- a/pkgs/applications/networking/pcloud/default.nix
+++ b/pkgs/applications/networking/pcloud/default.nix
@@ -26,13 +26,14 @@
 
 let
   pname = "pcloud";
-  version = "1.8.9";
+  version = "1.9.1";
+  code = "XZXB3fXZgXyQbnTkTm5XOJH9i6NsKX9lL21V";
   name = "${pname}-${version}";
 
   # Archive link's code thanks to: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pcloud-drive
   src = fetchzip {
-    url = "https://api.pcloud.com/getpubzip?code=XZjfKzXZ6h3uGRFId48VRNHHkuqajhRvMlPV&filename=${name}.zip";
-    hash = "sha256:1bwdwfwgy3wwzlggi8qhf5q2bq2kqiqi3mgvsr9w0mxyaxxv13r8";
+    url = "https://api.pcloud.com/getpubzip?code=${code}&filename=${name}.zip";
+    hash = "sha256-vUrz4thp9tcU9T8d52DJUAbt6Jnv+E3pbUytzMR8d/E=";
   };
 
   appimageContents = appimageTools.extractType2 {