Sandro Jäckel
2025-10-28 22:09:36 +01:00
parent dfabce268f
commit f63ef230e5

View File

@@ -23,7 +23,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nextcloud-client"; pname = "nextcloud-client";
version = "4.0.0"; version = "4.0.1";
outputs = [ outputs = [
"out" "out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "nextcloud-releases"; owner = "nextcloud-releases";
repo = "desktop"; repo = "desktop";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-IXX1PdMR3ptgH7AufnGKBeKftZgai7KGvYW+OCkM8jo="; hash = "sha256-5E4VB+wZQfB8zkFtNrzpCv47iCpk6XS4rCkDKoU0JhM=";
}; };
patches = [ patches = [