Merge pull request #323820 from r-ryantm/auto-update/gobgp

gobgp: 3.27.0 -> 3.28.0
This commit is contained in:
Nick Cao 2024-07-01 13:10:23 -04:00 committed by GitHub
commit 00b963c3ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gobgp";
version = "3.27.0";
version = "3.28.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-RxBAnElmQkrkMuIC0UpneJXN1OiPhaTPm/tYvc8QSg8=";
sha256 = "sha256-HdGRZrMukIQLxTmwTVB/zUlnrhDjq5b6ree7aqx8pRE=";
};
vendorHash = "sha256-wrgRQwisOHAhvRbvGXMW5VWkQuEifCwCo3usuxLie4A=";