nfs-ganesha: 9.11 -> 9.13 (#514415)

This commit is contained in:
Markus Kowalewski
2026-04-28 13:58:05 +00:00
committed by GitHub
+2 -2
View File
@@ -25,7 +25,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nfs-ganesha";
version = "9.11";
version = "9.13";
outputs = [
"out"
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "nfs-ganesha";
repo = "nfs-ganesha";
tag = "V${finalAttrs.version}";
hash = "sha256-5nDYJXOaceghkaTqRjy6DPsbmnyOOiANo3EMrnOgKsY=";
hash = "sha256-e6BDxb4Dt8xp9KdOcjxZKzRiKYPe+GP1UPvK/DAdX6M=";
};
patches = lib.optional useDbus ./allow-bypassing-dbus-pkg-config-test.patch;