Merge pull request #49202 from qolii/iproute2_4_19

iproute: 4.18 -> 4.19
This commit is contained in:
Michael Bishop 2018-10-27 08:52:38 -03:00 committed by GitHub
commit 4b45aa784e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''