forked from mirrors/nixpkgs
libnl: 3.2.27 -> 3.2.28
This commit is contained in:
parent
bd739d1fae
commit
3ce7b77517
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchFromGitHub, autoreconfHook, bison, flex, pkgconfig }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, bison, flex, pkgconfig }:
|
||||||
|
|
||||||
let version = "3.2.27"; in
|
let version = "3.2.28"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libnl-${version}";
|
name = "libnl-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1rc8plgl2ijq2pwlzinpfr06kiggjyx71r3lw505m6rvxvdac82r";
|
sha256 = "02cm57z4h7rhjlxza07zhk02924acfz6m5gbmm5lbkkp6qh81328";
|
||||||
rev = "libnl3_2_27";
|
rev = "libnl3_2_28";
|
||||||
repo = "libnl";
|
repo = "libnl";
|
||||||
owner = "thom311";
|
owner = "thom311";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue