libnl: 3.5.0 -> 3.7.0

authored by R. Ryantm and committed by Matthieu Coudron d1cc42ef b8dff849

+2 -2
+2 -2
pkgs/os-specific/linux/libnl/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "libnl"; 6 - version = "3.5.0"; 6 + version = "3.7.0"; 7 7 8 8 src = fetchFromGitHub { 9 9 repo = "libnl"; 10 10 owner = "thom311"; 11 11 rev = "libnl${lib.replaceStrings ["."] ["_"] version}"; 12 - sha256 = "1ak30jcx52gl5yz1691qq0b76ldbcp2z6vsvdr2mrrwqiplqbcs2"; 12 + sha256 = "sha256-Ty9NdWKWB29MTRfG5OJlSE0mSTN3Wy+sR4KtuExXcB4="; 13 13 }; 14 14 15 15 outputs = [ "bin" "dev" "out" "man" ] ++ lib.optional pythonSupport "py";