Merge pull request #237638 from Kranzes/nextcloud-desktop

nextcloud-client: 3.8.2 -> 3.9.0
This commit is contained in:
Ilan Joselevich 2023-06-14 02:20:14 +03:00 committed by GitHub
commit 7403dd3fe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.8.2";
version = "3.9.0";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-V5g6+Ci2MjBKnitY6IIaMY4gpoeMK+sd7HGZ1U87xL4=";
sha256 = "sha256-XcQYttd5dl2TCbBxOlRBg8/mEiHekoxayPi81ot7N7o=";
};
patches = [