nfs-utils: 2.8.4 -> 2.8.5 (#486332)

This commit is contained in:
dotlambda
2026-02-03 17:00:50 +00:00
committed by GitHub
+2 -2
View File
@@ -40,11 +40,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "nfs-utils";
version = "2.8.4";
version = "2.8.5";
src = fetchurl {
url = "mirror://kernel/linux/utils/nfs-utils/${finalAttrs.version}/nfs-utils-${finalAttrs.version}.tar.xz";
hash = "sha256-EcTMWYpDTX00C60+Byo3O6HcwsSfhV1EsgIiK3js2/U=";
hash = "sha256-sTykqd9EGGvb4QdRSyJzLUJD94X5Xa8vuGr8HtuhW7s=";
};
# libnfsidmap is built together with nfs-utils from the same source,