frr: 10.6.0 -> 10.6.1

This commit is contained in:
R. Ryantm
2026-05-01 04:57:25 +00:00
parent 57cef49acc
commit 82c0c2cea4
+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