summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iproute
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2015-07-26 00:13:27 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2015-07-26 00:17:22 +0200
commit80533a50431e555369fa9574ce222b2a912bda5f (patch)
tree9b5a7ae2c337c86d15ea880ac76b744751513fb1 /pkgs/os-specific/linux/iproute
parent9bedb70520f87e6b8f2beacbf2a09ac457da56c8 (diff)
downloadnixpkgs-80533a50431e555369fa9574ce222b2a912bda5f.tar
nixpkgs-80533a50431e555369fa9574ce222b2a912bda5f.tar.gz
nixpkgs-80533a50431e555369fa9574ce222b2a912bda5f.tar.bz2
nixpkgs-80533a50431e555369fa9574ce222b2a912bda5f.tar.lz
nixpkgs-80533a50431e555369fa9574ce222b2a912bda5f.tar.xz
nixpkgs-80533a50431e555369fa9574ce222b2a912bda5f.tar.zst
nixpkgs-80533a50431e555369fa9574ce222b2a912bda5f.zip
iproute: 4.0.0 -> 4.1.1
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 53812a71286..15e25861f27 100644
--- a/pkgs/os-specific/linux/iproute/default.nix
+++ b/pkgs/os-specific/linux/iproute/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, stdenv, flex, bison, db, iptables, pkgconfig }:
 
 stdenv.mkDerivation rec {
-  name = "iproute2-4.0.0";
+  name = "iproute2-4.1.1";
 
   src = fetchurl {
     url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz";
-    sha256 = "0616cg6liyysfddf6d8i4vyndd9b0hjmfw35icq8p18b0nqnxl2w";
+    sha256 = "0vz6m2k6hdrjlg4x0r3cd75lg9ysmndbsp35pm8494zvksc7l1vk";
   };
 
   patch = [ ./vpnc.patch ];