lol

nextcloud-client: 3.15.3 -> 3.16.2 (#388757)

Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.16.0
Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.16.1
Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.16.2

authored by

Sandro and committed by
GitHub
fe3ec4e6 d7af96b8

+4 -2
+4 -2
pkgs/by-name/ne/nextcloud-client/package.nix
··· 8 8 , inotify-tools 9 9 , kdePackages 10 10 , libcloudproviders 11 + , libp11 11 12 , librsvg 12 13 , libsecret 13 14 , openssl ··· 21 22 22 23 stdenv.mkDerivation rec { 23 24 pname = "nextcloud-client"; 24 - version = "3.15.3"; 25 + version = "3.16.2"; 25 26 26 27 outputs = [ "out" "dev" ]; 27 28 ··· 29 30 owner = "nextcloud-releases"; 30 31 repo = "desktop"; 31 32 tag = "v${version}"; 32 - hash = "sha256-48iqLd1S84ZElibdgwEXl3LZeYruo9r34LPn7BzYpdk="; 33 + hash = "sha256-CBGvASIPN5xB2kgSDXg2vWpnsFBD3c3wudUAL6u64U8="; 33 34 }; 34 35 35 36 patches = [ ··· 56 57 inotify-tools 57 58 kdePackages.kio 58 59 libcloudproviders 60 + libp11 59 61 libsecret 60 62 openssl 61 63 pcre