about summary refs log tree commit diff
path: root/pkgs/applications/networking/pcloud
diff options
context:
space:
mode:
authorr-vdp <ramses@well-founded.dev>2023-04-12 10:50:44 +0200
committerr-vdp <ramses@well-founded.dev>2023-04-12 10:50:44 +0200
commitbdd481e966d148ac0454f2ad52fadc044f5e542e (patch)
treea22fd40501a8ac3d3c676a1eb4883096c4c4d333 /pkgs/applications/networking/pcloud
parent18541010761f331499b20c9477326e51e486b050 (diff)
pcloud: 1.11.0 -> 1.12.0
Release notes: https://www.pcloud.com/release-notes/linux.html
Diffstat (limited to 'pkgs/applications/networking/pcloud')
-rw-r--r--pkgs/applications/networking/pcloud/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/pcloud/default.nix b/pkgs/applications/networking/pcloud/default.nix
index 5f148711c822b..2071521266b38 100644
--- a/pkgs/applications/networking/pcloud/default.nix
+++ b/pkgs/applications/networking/pcloud/default.nix
@@ -38,12 +38,12 @@
 
 let
   pname = "pcloud";
-  version = "1.11.0";
-  code = "XZspqgVZxM1CCER1we0esiDGuAxshjRSY77X";
+  version = "1.12.0";
+  code = "XZyc9wVZAbFzyV8ElP71D5v170CvEmVtmrB7";
   # 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-EXJ+5LwVF5lTXc5zlppRQLCm0EZwqG3ndfK4LIjmWwc=";
+    hash = "sha256-QzBlpF+qtNdSZFv3gU0mQhpVyPTWdGH3c+UHKKGfvKc=";
   };
 
   appimageContents = appimageTools.extractType2 {