Unverified Commit fbaf8f57 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 00a2a6af 485b541d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,