libnl: 3.4.0 -> 3.5.0

https://lists.infradead.org/pipermail/libnl/2019-September/002415.html

FWIW:
> The previous 3.4.0 release was in October 2017
This commit is contained in:
Will Dietz 2019-09-02 17:54:28 -05:00
parent 29c120c065
commit 725bf6f85f
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "libnl";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
repo = "libnl";
owner = "thom311";
rev = "libnl${lib.replaceStrings ["."] ["_"] version}";
sha256 = "1bqf1f5glwf285sa98k5pkj9gg79lliixk1jk85j63v5510fbagp";
sha256 = "1ak30jcx52gl5yz1691qq0b76ldbcp2z6vsvdr2mrrwqiplqbcs2";
};
outputs = [ "bin" "dev" "out" "man" ] ++ lib.optional pythonSupport "py";