Skip to content

Commit

Permalink
libnl: 3.2.23 -> 2.3.29 to revert accidental downgrade.
Browse files Browse the repository at this point in the history
libnl was accidentally downgrades to 2.3.29 in
8d342d2 instead of being upgraded to
2.3.29 so this fixes that.

(cherry picked from commit 6dcc462)
  • Loading branch information
kevincox authored and grahamc committed Jan 27, 2017
1 parent 86b3957 commit b186574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/libnl/default.nix
Expand Up @@ -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";
};
Expand Down

0 comments on commit b186574

Please sign in to comment.