nextcloud-client: 3.8.2 -> 3.9.0

Diff: https://github.com/nextcloud/desktop/compare/v3.8.2...v3.9.0
This commit is contained in:
Ilan Joselevich 2023-06-14 00:23:33 +03:00
parent 1f5a30f310
commit 904d6a0b62
No known key found for this signature in database

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