Upgrade libnl from 3.2.13 -> 3.2.23

This commit is contained in:
William A. Kennington III 2013-11-28 02:49:24 -06:00
parent c1b2ce2f70
commit 16dce6f28a
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, bison, flex}:
stdenv.mkDerivation rec {
name = "libnl-3.2.13";
name = "libnl-3.2.23";
src = fetchurl {
url = "${meta.homepage}files/${name}.tar.gz";
sha256 = "1ydw42lsd572qwrfgws97n76hyvjdpanwrxm03lysnhfxkna1ssd";
sha256 = "1czj2bpb799bih6ighqwbvv9pvbpcw7vmccv9cwavfwcmalwvhlc";
};
buildInputs = [ bison flex ];