nextcloud-client: 3.9.0 -> 3.9.1

Diff: https://github.com/nextcloud/desktop/compare/v3.9.0...v3.9.1
This commit is contained in:
Sandro Jäckel 2023-07-25 19:34:04 +02:00
parent 6a228e77ad
commit cadfb8ace6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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 = [