From 396028240070d511f5503d345e1ae9b179514ebf Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 26 Dec 2025 13:34:43 +0000 Subject: [PATCH] libnl: 3.11.0 -> 3.12.0 Changes; https://github.com/thom311/libnl/compare/libnl3_11_0...libnl3_12_0 --- pkgs/by-name/li/libnl/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/li/libnl/package.nix b/pkgs/by-name/li/libnl/package.nix index a17cfc8a8841..21e441960d15 100644 --- a/pkgs/by-name/li/libnl/package.nix +++ b/pkgs/by-name/li/libnl/package.nix @@ -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 = [