mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
iproute: 3.18.0 -> 3.19.0
This commit is contained in:
parent
dff06cdd43
commit
f2e464c89b
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, flex, bison, db, iptables, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "iproute2-3.18.0";
|
||||
name = "iproute2-3.19.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz";
|
||||
sha256 = "1pzipx6m27rv42b76isik5amziijb88lj5kxvyqlj1xx98aq58fm";
|
||||
sha256 = "1c6pgysxfqs5qkd4kpwkbdhw3xydhjnskrz1q2k2nvqndv1ziyg2";
|
||||
};
|
||||
|
||||
patch = [ ./vpnc.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user