iproute: 5.2.0 -> 5.3.0

"This update includes usual ammount of minor fixes and to tools and
documentation. More to the newer tools like devlink and rdma." [0]

File changes:
+share/man/man8/ip-nexthop.8.gz
+share/man/man8/rdma-statistic.8.gz
+share/man/man8/rdma-system.8.gz
+share/man/man8/tc-ctinfo.8.gz
+share/man/man8/tc-mpls.8.gz

nix path-info -S:
5.2.0 46554496
5.3.0 46560144

[0]: https://www.spinics.net/lists/netdev/msg600739.html
This commit is contained in:
Michael Weiss 2019-09-25 10:58:50 +02:00
parent de034181c9
commit 051d0bf54d
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

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