summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-09-25 10:58:50 +0200
committerMichael Weiss <dev.primeos@gmail.com>2019-09-25 11:08:51 +0200
commit051d0bf54d01719464f64fc89482337e635dd2b5 (patch)
treeeb5a7c3cc65d9b0f1e99f911f68a92be7ac13164 /pkgs
parentde034181c95b6ee3e1b7086e724e0808df0728dc (diff)
downloadnixpkgs-051d0bf54d01719464f64fc89482337e635dd2b5.tar
nixpkgs-051d0bf54d01719464f64fc89482337e635dd2b5.tar.gz
nixpkgs-051d0bf54d01719464f64fc89482337e635dd2b5.tar.bz2
nixpkgs-051d0bf54d01719464f64fc89482337e635dd2b5.tar.lz
nixpkgs-051d0bf54d01719464f64fc89482337e635dd2b5.tar.xz
nixpkgs-051d0bf54d01719464f64fc89482337e635dd2b5.tar.zst
nixpkgs-051d0bf54d01719464f64fc89482337e635dd2b5.zip
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/iproute/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/iproute/default.nix b/pkgs/os-specific/linux/iproute/default.nix
index 87b7de4736f..709646f3368 100644
--- a/pkgs/os-specific/linux/iproute/default.nix
+++ b/pkgs/os-specific/linux/iproute/default.nix
@@ -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 = ''