frr: 10.3 -> 10.3.1

This commit is contained in:
R. Ryantm
2025-05-31 12:46:54 +00:00
parent 910796cabe
commit 97f7843dac
+2 -2
View File
@@ -82,13 +82,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "frr";
version = "10.3";
version = "10.3.1";
src = fetchFromGitHub {
owner = "FRRouting";
repo = "frr";
rev = "frr-${finalAttrs.version}";
hash = "sha256-o/BG12FVypIaInXDeOj2Ymdgv1mxof9Sl0ZQA8o3YLs=";
hash = "sha256-54LMy2gBVp/BwTOlfQiE6TAMvx8Citn4QF6lvyvrFOo=";
};
# Without the std explicitly set, we may run into abseil-cpp