nextcloud-client: 1.14.0 -> 1.14.1

This commit is contained in:
Xaver106 2024-09-29 20:29:48 +02:00
parent b5c4f45cfc
commit ca4018ebff
No known key found for this signature in database
GPG Key ID: B1A415AB920AFDA2

View File

@ -26,7 +26,7 @@
stdenv.mkDerivation rec {
pname = "nextcloud-client";
version = "3.14.0";
version = "3.14.1";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "nextcloud-releases";
repo = "desktop";
rev = "refs/tags/v${version}";
hash = "sha256-/jRD0swNs59xugsXLbesGcTtyGdc/y/iwiDVoErW+d4=";
hash = "sha256-bUqHegW38NQJn4TnEQt9wRJFqR6fbLpvQvmWF3akekc=";
};
patches = [