gobgp: 4.1.0 -> 4.2.0 (#476009)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-01 23:33:37 +00:00
committed by GitHub

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=";