gobgp: 4.1.0 -> 4.2.0

This commit is contained in:
R. Ryantm
2026-01-01 19:57:45 +00:00
parent 84f2bb1da9
commit d746d35d11

View File

@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gobgp";
version = "4.1.0";
version = "4.2.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-Lm0nJfvXGoRBu6Yv698zf74/xOfG7UagzvTExK6KXbo=";
sha256 = "sha256-KSP5mdyLbsLij/twNZiuMs8YxVg9gGa7JSmt6Q0btns=";
};
vendorHash = "sha256-y8nhrKQnTXfnDDyr/xZd5b9ccXaM85rd8RKHtoDBuwI=";