nfs-utils: 2.8.7 -> 2.9.1 (#506944)

This commit is contained in:
dotlambda
2026-04-06 17:23:20 +00:00
committed by GitHub
+2 -2
View File
@@ -40,11 +40,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "nfs-utils";
version = "2.8.7";
version = "2.9.1";
src = fetchurl {
url = "mirror://kernel/linux/utils/nfs-utils/${finalAttrs.version}/nfs-utils-${finalAttrs.version}.tar.xz";
hash = "sha256-WdDx4XsY76pg6jzPianK0yF/jTsjwY0v40slyJadYK4=";
hash = "sha256-MChGNDv1Cfj4hMI729D+hTt/fLtlcgYKkIInnROyGiw=";
};
# libnfsidmap is built together with nfs-utils from the same source,