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
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
, inotify-tools
|
||||
, kdePackages
|
||||
, libcloudproviders
|
||||
, libp11
|
||||
, librsvg
|
||||
, libsecret
|
||||
, openssl
|
||||
@@ -21,7 +22,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nextcloud-client";
|
||||
version = "3.15.3";
|
||||
version = "3.16.2";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
@@ -29,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "nextcloud-releases";
|
||||
repo = "desktop";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-48iqLd1S84ZElibdgwEXl3LZeYruo9r34LPn7BzYpdk=";
|
||||
hash = "sha256-CBGvASIPN5xB2kgSDXg2vWpnsFBD3c3wudUAL6u64U8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -56,6 +57,7 @@ stdenv.mkDerivation rec {
|
||||
inotify-tools
|
||||
kdePackages.kio
|
||||
libcloudproviders
|
||||
libp11
|
||||
libsecret
|
||||
openssl
|
||||
pcre
|
||||
|
||||
Reference in New Issue
Block a user