libnl: 3.8.0 -> 3.10.0 (#331018)

This commit is contained in:
Sandro 2024-09-10 17:23:26 +02:00 committed by GitHub
commit 2c041531f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "libnl";
version = "3.8.0";
version = "3.10.0";
src = fetchFromGitHub {
repo = "libnl";
owner = "thom311";
rev = "libnl${lib.replaceStrings ["."] ["_"] version}";
hash = "sha256-zVpoRlB5xDfo6wJkCJGGptuCXkNkriudtZF2Job9YD4=";
hash = "sha256-QwDn7S9lyU+/Pc9daqy1qDZFU03dUQF5PDqFEn03WWc=";
};
outputs = [ "bin" "dev" "out" "man" ] ++ lib.optional pythonSupport "py";