nfs-utils: 2.9.1 -> 2.9.2 (#547518)

This commit is contained in:
dotlambda
2026-08-02 05:21:50 +00:00
committed by GitHub
+2 -2
View File
@@ -40,11 +40,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "nfs-utils";
version = "2.9.1";
version = "2.9.2";
src = fetchurl {
url = "mirror://kernel/linux/utils/nfs-utils/${finalAttrs.version}/nfs-utils-${finalAttrs.version}.tar.xz";
hash = "sha256-MChGNDv1Cfj4hMI729D+hTt/fLtlcgYKkIInnROyGiw=";
hash = "sha256-4d2KnJWvFUkgZZQsw7UrEzn/1Ya6oigO2GydPcQJfow=";
};
# libnfsidmap is built together with nfs-utils from the same source,