libnl: 3.11.0 -> 3.12.0 (#474332)

This commit is contained in:
Fabián Heredia Montiel
2026-01-06 00:48:00 +00:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "libnl";
version = "3.11.0";
version = "3.12.0";
src = fetchFromGitHub {
repo = "libnl";
owner = "thom311";
rev = "libnl${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-GuYV2bUOhLedB/o9Rz6Py/G5HBK2iNefwrlkZJXgbnI=";
hash = "sha256-K77WamOf+/3PNXe/hI+OYg0EBgBqvDfNDamXYXcK7P8=";
};
outputs = [