libnl: 3.2.27 -> 3.2.28

This commit is contained in:
Franz Pletz 2016-08-25 01:14:18 +02:00
parent bd739d1fae
commit 3ce7b77517

View File

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, autoreconfHook, bison, flex, pkgconfig }:
let version = "3.2.27"; in
let version = "3.2.28"; in
stdenv.mkDerivation {
name = "libnl-${version}";
src = fetchFromGitHub {
sha256 = "1rc8plgl2ijq2pwlzinpfr06kiggjyx71r3lw505m6rvxvdac82r";
rev = "libnl3_2_27";
sha256 = "02cm57z4h7rhjlxza07zhk02924acfz6m5gbmm5lbkkp6qh81328";
rev = "libnl3_2_28";
repo = "libnl";
owner = "thom311";
};