frr: 10.6.1 -> 10.7.0

This commit is contained in:
R. Ryantm
2026-07-18 02:21:31 +00:00
parent b5d95a3fd3
commit 428927359e
+2 -2
View File
@@ -82,13 +82,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "frr";
version = "10.6.1";
version = "10.7.0";
src = fetchFromGitHub {
owner = "FRRouting";
repo = "frr";
rev = "frr-${finalAttrs.version}";
hash = "sha256-sSvw9tfVNUyQjEOELoUAIQkEvXg765MsWvVKM0gsYUc=";
hash = "sha256-A98uyOiFH/DvJPMmUvXQ1bG//OCdvuclpHD6xe5BqFU=";
};
# Without the std explicitly set, we may run into abseil-cpp