summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iproute
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-11-26 14:24:36 +0100
committerMichael Weiss <dev.primeos@gmail.com>2019-11-26 14:31:47 +0100
commitcfb975495c8cc1c2d74bd7de8974814444b03922 (patch)
treea064d336b4484596b2950919e710e62173e7201f /pkgs/os-specific/linux/iproute
parent925d94e09ecbf818c50493df9cbd6b97ec3e3d5c (diff)
downloadnixpkgs-cfb975495c8cc1c2d74bd7de8974814444b03922.tar
nixpkgs-cfb975495c8cc1c2d74bd7de8974814444b03922.tar.gz
nixpkgs-cfb975495c8cc1c2d74bd7de8974814444b03922.tar.bz2
nixpkgs-cfb975495c8cc1c2d74bd7de8974814444b03922.tar.lz
nixpkgs-cfb975495c8cc1c2d74bd7de8974814444b03922.tar.xz
nixpkgs-cfb975495c8cc1c2d74bd7de8974814444b03922.tar.zst
nixpkgs-cfb975495c8cc1c2d74bd7de8974814444b03922.zip
iproute: 5.3.0 -> 5.4.0
"Not a lot of changes in this release, most are related to fixing output
formatting and documentation." [0]

File changes (additions/removals):
+share/man/man8/devlink-trap.8.gz

nix path-info -S:
5.3.0 46078816
5.4.0 46095296

[0]: https://www.spinics.net/lists/netdev/msg615781.html
Diffstat (limited to 'pkgs/os-specific/linux/iproute')
-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 d30ac5e62bb..b8b46b33e96 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.3.0";
+  version = "5.4.0";
 
   src = fetchurl {
     url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
-    sha256 = "0gvv269wjn4279hxr5zzwsk2c5qgswr47za3hm1x4frsk52iw76b";
+    sha256 = "1bl6c3af7wbgi6nqjfm32fkhqh63iphkg2g11f1srifll1ham5zy";
   };
 
   preConfigure = ''