libnl: 3.2.26 -> 3.2.27
This commit is contained in:
parent
9f99116772
commit
c3df9b0650
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, bison, flex, pkgconfig }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, bison, flex, pkgconfig }:
|
||||||
|
|
||||||
let version = "3.2.26"; in
|
let version = "3.2.27"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libnl-${version}";
|
name = "libnl-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1cbqdhirn6hxmv8xkm8xp3n6ayyxw7sbi15fym167rdz0h9rkhmm";
|
sha256 = "1rc8plgl2ijq2pwlzinpfr06kiggjyx71r3lw505m6rvxvdac82r";
|
||||||
rev = "libnl3_2_26";
|
rev = "libnl3_2_27";
|
||||||
repo = "libnl";
|
repo = "libnl";
|
||||||
owner = "thom311";
|
owner = "thom311";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user