nfs-ganesha: 9.13 -> 9.14

This commit is contained in:
R. Ryantm
2026-05-26 13:53:44 +00:00
parent 90e103778c
commit 7cb920606e

View File

@@ -25,7 +25,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nfs-ganesha";
version = "9.13";
version = "9.14";
outputs = [
"out"
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "nfs-ganesha";
repo = "nfs-ganesha";
tag = "V${finalAttrs.version}";
hash = "sha256-e6BDxb4Dt8xp9KdOcjxZKzRiKYPe+GP1UPvK/DAdX6M=";
hash = "sha256-aeZDXr6vUFyFhVQO31ttZ04W8KP8iKN0u17McULtQUM=";
};
patches = lib.optional useDbus ./allow-bypassing-dbus-pkg-config-test.patch;