about summary refs log tree commit diff
path: root/pkgs/applications/networking/pcloud
diff options
context:
space:
mode:
authorPatryk Wychowaniec <pwychowaniec@pm.me>2024-02-11 00:16:52 +0100
committerPatryk Wychowaniec <pwychowaniec@pm.me>2024-02-11 11:19:15 +0100
commita97504ef3acbba598576fa135e424d66763c74d2 (patch)
tree80e39def89d1f6b6928a5ced74de47de43d28a13 /pkgs/applications/networking/pcloud
parent468324ce94589f1b36457d114103acc04391b4d8 (diff)
pcloud: 1.14.3 -> 1.14.4
Diffstat (limited to 'pkgs/applications/networking/pcloud')
-rw-r--r--pkgs/applications/networking/pcloud/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/pcloud/default.nix b/pkgs/applications/networking/pcloud/default.nix
index adb5a70647dce..aae1c3cfb771b 100644
--- a/pkgs/applications/networking/pcloud/default.nix
+++ b/pkgs/applications/networking/pcloud/default.nix
@@ -38,13 +38,13 @@
 
 let
   pname = "pcloud";
-  version = "1.14.3";
-  code = "XZ7IM70ZtWFon9pgEbk4XuvzJsTduQUyGFwV";
+  version = "1.14.4";
+  code = "XZDh750ZBgJa45xqQ8H1ztdMFX2wVhOCTOFk";
 
   # 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-huv1XXghWwh/oTtOsukffZP3nnHS2K5VcsuVs6CjFYc=";
+    url = "https://api.pcloud.com/getpubzip?code=${code}&filename=pcloud-${version}.zip";
+    hash = "sha256-1KF3tF62lkT6tfeP/dMaZITXp4Vyegp3lFYdLJ49OR8=";
   };
 
   appimageContents = appimageTools.extractType2 {