Merge pull request #22215 from kevincox/nl-2.3.29

libnl: 3.2.23 -> 2.3.29 to revert accidental downgrade.
This commit is contained in:
Graham Christensen 2017-01-27 17:48:14 -05:00 committed by GitHub
commit d75035fbf8
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ stdenv.mkDerivation {
name = "libnl-${version}";
src = fetchFromGitHub {
sha256 = "1078sbfgcb6ijal9af6lv26sy233wq14afyrc4bkdbnfl0zgsbwi";
rev = "libnl3_2_23";
sha256 = "0y8fcb1bfbdvxgckq5p6l4jzx0kvv3g11svy6d5v3i6zy9kkq8wh";
rev = "libnl3_2_29";
repo = "libnl";
owner = "thom311";
};