From 6bc4bf83e2f4c21a92b1ac7094212da69049e7e8 Mon Sep 17 00:00:00 2001 From: 239 <239@pm.me> Date: Tue, 25 May 2021 11:13:21 +0200 Subject: pcloud: 1.9.1 -> 1.9.2 --- pkgs/applications/networking/pcloud/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/applications/networking/pcloud') 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 { -- cgit 1.4.1