3
0
Fork 0
forked from mirrors/nixpkgs

iproute: 3.17.0 -> 3.18.0

This commit is contained in:
William A. Kennington III 2015-02-06 12:51:53 -08:00
parent a1f6084fc8
commit e5900a2f10

View file

@ -1,12 +1,11 @@
{ fetchgit, stdenv, flex, bison, db, iptables, pkgconfig }:
{ fetchurl, stdenv, flex, bison, db, iptables, pkgconfig }:
stdenv.mkDerivation rec {
name = "iproute2-3.17.0";
name = "iproute2-3.18.0";
src = fetchgit {
url = "git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git";
rev = "refs/tags/v3.17.0";
sha256 = "113ayyy7cjxn0bf67fh4is4z0jysgif016kv7ig0jp6r68xp2spa";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz";
sha256 = "1pzipx6m27rv42b76isik5amziijb88lj5kxvyqlj1xx98aq58fm";
};
patch = [ ./vpnc.patch ];