1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libnl: 3.2.28 -> 3.2.29 for CVE-2017-0386

This commit is contained in:
Graham Christensen 2017-01-25 07:43:30 -05:00
parent 5de731c853
commit 8d342d20b5
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

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