frr: 10.6.0 -> 10.6.1 (#515300)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-23 19:12:15 +00:00
committed by GitHub
+2 -2
View File
@@ -81,13 +81,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "frr";
version = "10.6.0";
version = "10.6.1";
src = fetchFromGitHub {
owner = "FRRouting";
repo = "frr";
rev = "frr-${finalAttrs.version}";
hash = "sha256-o0h9adGvb9FEcAMYrjrjTb7MMozdXriOsK6fE0fGjss=";
hash = "sha256-sSvw9tfVNUyQjEOELoUAIQkEvXg765MsWvVKM0gsYUc=";
};
# Without the std explicitly set, we may run into abseil-cpp