iproute: 3.17.0 -> 3.18.0
This commit is contained in:
parent
a1f6084fc8
commit
e5900a2f10
@ -1,12 +1,11 @@
|
|||||||
{ fetchgit, stdenv, flex, bison, db, iptables, pkgconfig }:
|
{ fetchurl, stdenv, flex, bison, db, iptables, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iproute2-3.17.0";
|
name = "iproute2-3.18.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchurl {
|
||||||
url = "git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git";
|
url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz";
|
||||||
rev = "refs/tags/v3.17.0";
|
sha256 = "1pzipx6m27rv42b76isik5amziijb88lj5kxvyqlj1xx98aq58fm";
|
||||||
sha256 = "113ayyy7cjxn0bf67fh4is4z0jysgif016kv7ig0jp6r68xp2spa";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
patch = [ ./vpnc.patch ];
|
patch = [ ./vpnc.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user