iproute: 5.2.0 -> 5.3.0

This commit is contained in:
Robin Gloster 2019-10-03 21:09:00 +02:00
parent 7a9ca5ad1c
commit aad72d5c95
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

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