Merge pull request #64454 from primeos/iproute

iproute: 5.1.0 -> 5.2.0
This commit is contained in:
Michael Weiss 2019-07-10 22:10:35 +02:00 committed by GitHub
commit 0209e777b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "5.1.0";
version = "5.2.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
sha256 = "1kvvrz5mlpjxqcm7vl6i8w6l1cb2amp6p5xyq006pgzafc49hnnw";
sha256 = "1a2dywa2kam24951byv9pl32mb9z6klh7d4vp8fwfgrm4vn5vfd5";
};
preConfigure = ''