iproute: 4.17.0 -> 4.18.0 (#45218)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/iproute2/versions.
This commit is contained in:
R. RyanTM 2018-08-21 05:47:48 -07:00 committed by xeji
parent fea3840fef
commit 573f52451a

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "iproute2-${version}";
version = "4.17.0";
version = "4.18.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz";
sha256 = "0vmynikcamfhakvwyk5dsffy0ymgi5mdqiwybdvqfn1ijaq93abg";
sha256 = "0ida5njr9nacg6ym3rjvl3cc9czw0hn4akhzbqf8f4zmjl6cgrm9";
};
preConfigure = ''