nfs-utils: 2.3.2 -> 2.3.3 (#46989)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nfs-utils/versions
This commit is contained in:
R. RyanTM 2018-09-26 06:36:31 -07:00 committed by xeji
parent 82f2ae0260
commit 9390a261dd

View file

@ -14,11 +14,11 @@ let
in stdenv.mkDerivation rec {
name = "nfs-utils-${version}";
version = "2.3.2";
version = "2.3.3";
src = fetchurl {
url = "https://kernel.org/pub/linux/utils/nfs-utils/${version}/${name}.tar.xz";
sha256 = "06av6cjf8h18dpaxh8cd1awsra75zf6s5sj5r2z5g7scbj051ziw";
sha256 = "08k36d7l8yqylscnln3p85lcfwi7r7g6n3bnslgmzc1i71wk92zn";
};
# libnfsidmap is built together with nfs-utils from the same source,