mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
iproute2: Update to 3.16.0
This commit is contained in:
parent
bf44536c79
commit
0bc83f656a
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, flex, bison, db, iptables, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "iproute2-3.12.0";
|
||||
name = "iproute2-3.16.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz";
|
||||
sha256 = "04gi11gh087bg2nlxhj0lxrk8l9qxkpr88nsiil23917bm3h1xj4";
|
||||
sha256 = "0ybv29m88lccpfrh2dgiqash4c3gfvwwpx9kakvnc8c71rn8l2hz";
|
||||
};
|
||||
|
||||
patch = [ "vpnc.patch" ];
|
||||
|
Loading…
Reference in New Issue
Block a user