summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iproute
diff options
context:
space:
mode:
authorqolii <qoli@protonmail.com>2018-10-26 17:02:41 -0700
committerqolii <qoli@protonmail.com>2018-10-26 17:02:41 -0700
commita5bdd719f2fa8fc9ef2afd3a4e24f509c1d31af8 (patch)
tree691747663d6d52610a4d5a3308fe617361981a31 /pkgs/os-specific/linux/iproute
parent2cc4200de0b88fcbb2a0101fe69751c3a802de6d (diff)
downloadnixpkgs-a5bdd719f2fa8fc9ef2afd3a4e24f509c1d31af8.tar
nixpkgs-a5bdd719f2fa8fc9ef2afd3a4e24f509c1d31af8.tar.gz
nixpkgs-a5bdd719f2fa8fc9ef2afd3a4e24f509c1d31af8.tar.bz2
nixpkgs-a5bdd719f2fa8fc9ef2afd3a4e24f509c1d31af8.tar.lz
nixpkgs-a5bdd719f2fa8fc9ef2afd3a4e24f509c1d31af8.tar.xz
nixpkgs-a5bdd719f2fa8fc9ef2afd3a4e24f509c1d31af8.tar.zst
nixpkgs-a5bdd719f2fa8fc9ef2afd3a4e24f509c1d31af8.zip
iproute: 4.18 -> 4.19
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 8f81ec4918e..4fd2b2a9124 100644
--- a/pkgs/os-specific/linux/iproute/default.nix
+++ b/pkgs/os-specific/linux/iproute/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "iproute2-${version}";
-  version = "4.18.0";
+  version = "4.19.0";
 
   src = fetchurl {
     url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz";
-    sha256 = "0ida5njr9nacg6ym3rjvl3cc9czw0hn4akhzbqf8f4zmjl6cgrm9";
+    sha256 = "114rlb3bvrf7q6yr03mn1rj6gl7mrg0psvm2dx0qb2kxyjhmrv6r";
   };
 
   preConfigure = ''