libnl: 3.2.23 -> 2.3.29 to revert accidental downgrade.
libnl was accidentally downgrades to 2.3.29 in 8d342d20b5ea7df31b0a29fc5e3664868c81d832 instead of being upgraded to 2.3.29 so this fixes that.
This commit is contained in:
parent
c2a7c448da
commit
6dcc4623ac
@ -5,8 +5,8 @@ stdenv.mkDerivation {
|
|||||||
name = "libnl-${version}";
|
name = "libnl-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1078sbfgcb6ijal9af6lv26sy233wq14afyrc4bkdbnfl0zgsbwi";
|
sha256 = "0y8fcb1bfbdvxgckq5p6l4jzx0kvv3g11svy6d5v3i6zy9kkq8wh";
|
||||||
rev = "libnl3_2_23";
|
rev = "libnl3_2_29";
|
||||||
repo = "libnl";
|
repo = "libnl";
|
||||||
owner = "thom311";
|
owner = "thom311";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user