Merge pull request #245428 from SuperSandro2000/nextcloud-client

nextcloud-client: 3.9.0 -> 3.9.1
This commit is contained in:
Ilan Joselevich 2023-07-27 12:08:42 +03:00 committed by GitHub
commit 8ee1c4a673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
, cmake
, extra-cmake-modules
, inotify-tools
, installShellFiles
, libcloudproviders
, librsvg
, libsecret
@ -26,7 +25,7 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.9.0";
version = "3.9.1";
outputs = [ "out" "dev" ];
@ -34,7 +33,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-XcQYttd5dl2TCbBxOlRBg8/mEiHekoxayPi81ot7N7o=";
sha256 = "sha256-DQM7n7rTk1q+F8H8OpiEgg1pvIzQw2UwBObbj20O5MQ=";
};
patches = [