iproute: 4.18 -> 4.19

This commit is contained in:
qolii 2018-10-26 17:02:41 -07:00
parent 2cc4200de0
commit a5bdd719f2

View File

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