about summary refs log tree commit diff
path: root/pkgs/applications/networking/pcloud
diff options
context:
space:
mode:
author239 <239@pm.me>2021-05-25 11:13:21 +0200
committer239 <239@pm.me>2021-05-25 11:13:21 +0200
commit6bc4bf83e2f4c21a92b1ac7094212da69049e7e8 (patch)
tree62293423fcfea6441539442f8ea70a1d93fe85b4 /pkgs/applications/networking/pcloud
parent528a33727ff3db9712e79b21b6d120afb0e4221a (diff)
pcloud: 1.9.1 -> 1.9.2
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 4b1eca32750e2..bd9371fff134d 100644
--- a/pkgs/applications/networking/pcloud/default.nix
+++ b/pkgs/applications/networking/pcloud/default.nix
@@ -21,19 +21,19 @@
   # Runtime dependencies;
   # A few additional ones (e.g. Node) are already shipped together with the
   # AppImage, so we don't have to duplicate them here.
-  alsaLib, dbus-glib, fuse, gnome, gtk3, libdbusmenu-gtk2, libXdamage, udev, nss
+  alsaLib, dbus-glib, fuse, gnome, gtk3, libdbusmenu-gtk2, libXdamage, nss, udev
 }:
 
 let
   pname = "pcloud";
-  version = "1.9.1";
-  code = "XZXB3fXZgXyQbnTkTm5XOJH9i6NsKX9lL21V";
+  version = "1.9.2";
+  code = "XZCBKnXZdbHEAu1ec7bMDQCb1oCztBc169Py";
   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=${code}&filename=${name}.zip";
-    hash = "sha256-vUrz4thp9tcU9T8d52DJUAbt6Jnv+E3pbUytzMR8d/E=";
+    hash = "sha256-9I4xl9cO1MDvdXaTv6ER/NPdqKoo0y7HNWxGl0Fn1O0=";
   };
 
   appimageContents = appimageTools.extractType2 {