about summary refs log tree commit diff
path: root/pkgs/applications/networking/pcloud
diff options
context:
space:
mode:
authorR-VdP <141248+R-VdP@users.noreply.github.com>2023-02-14 11:56:36 +0100
committerR-VdP <141248+R-VdP@users.noreply.github.com>2023-02-14 11:56:36 +0100
commit1ed45bded000e0760bbf6593ae73a170c4fa416f (patch)
treefe87d1b17324df6c588b3a12382120e8841e582f /pkgs/applications/networking/pcloud
parent4dae378f3411c8df8e72b5922c5ff3aea38232b2 (diff)
pcloud: 1.10.0 -> 1.10.1
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 13175aaca6713..caba7159214ea 100644
--- a/pkgs/applications/networking/pcloud/default.nix
+++ b/pkgs/applications/networking/pcloud/default.nix
@@ -38,12 +38,12 @@
 
 let
   pname = "pcloud";
-  version = "1.10.0";
-  code = "XZCy4sVZGb7r8VpDE4SCv2QI3OYx1HYChIvy";
+  version = "1.10.1";
+  code = "XZwHPTVZ7J1WFU374k8BqSWO2519y4aGFdAV";
   # 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-kzID1y/jVuqFfD/PIUR2TFa0AvxKVcfNQ4ZXiHx0gRk=";
+    hash = "sha256-Mum1SL/EZ7iFK9e3o+T0CxkAQ0FkjSBy2FEUDonxtTI=";
   };
 
   appimageContents = appimageTools.extractType2 {