about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-07-19 20:28:02 +0800
committerGitHub <noreply@github.com>2022-07-19 20:28:02 +0800
commitb390d146e3ba3a3dcd0e8b41370f3a9e6f11a194 (patch)
tree42113342d235339f5140c48324edba5207119197 /pkgs/applications
parente490ddae843cce273e6dab5697e2e9773aea09f9 (diff)
parent76a6979fbd660d6270584097ab5d9b7dc29b19eb (diff)
Merge pull request #181087 from 239/master
pcloud: 1.9.7 -> 1.9.9
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/pcloud/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/networking/pcloud/default.nix b/pkgs/applications/networking/pcloud/default.nix
index 4cb3a43640cca..49905cdbd213a 100644
--- a/pkgs/applications/networking/pcloud/default.nix
+++ b/pkgs/applications/networking/pcloud/default.nix
@@ -26,13 +26,12 @@
 
 let
   pname = "pcloud";
-  version = "1.9.7";
-  code = "XZ0FAtXZNxFJbda6KhLejU9tKAg4N0TEqx3V";
-
-  # Archive link's code thanks to: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pcloud-drive
+  version = "1.9.9";
+  code = "XZWTVkVZQM0GNXA4hrFGPkefzUUWVLKOpPIX";
+  # Archive link's codes: https://www.pcloud.com/release-notes/linux.html
   src = fetchzip {
     url = "https://api.pcloud.com/getpubzip?code=${code}&filename=${pname}-${version}.zip";
-    hash = "sha256-6eMRFuZOLcoZd2hGw7QV+kAmzE5lK8uK6ZpGs4n7/zw=";
+    hash = "sha256-8566vKrE3/QCm4qW9KxEAO+r+YfMRYOhV2Da7qic48M=";
   };
 
   appimageContents = appimageTools.extractType2 {