nextcloud-client: 3.7.4 -> 3.8.0

Diff: https://github.com/nextcloud/desktop/compare/v3.7.4...v3.8.0
This commit is contained in:
Ilan Joselevich 2023-03-31 20:43:53 +03:00
parent f9df580dc8
commit 9b0c60a90f
No known key found for this signature in database

View File

@ -26,7 +26,7 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.7.4";
version = "3.8.0";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-K9P9avZdW+QR+K+GSp4kqWVZX5J7mHpu4gyuR4smmcU=";
sha256 = "sha256-kwSETOz/0/LMypbTmwvMMrGzZdquBjkXfoSrLgTfPiQ=";
};
patches = [