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

gobgp: 3.26.0 -> 3.27.0
This commit is contained in:
Nick Cao 2024-06-04 16:08:44 -04:00 committed by GitHub
commit 3a9c500537
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.26.0";
version = "3.27.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-bFxKFAw02M8RmMCFFT3nu3urmvh7Wzi0rryuTi8Hw9k=";
sha256 = "sha256-RxBAnElmQkrkMuIC0UpneJXN1OiPhaTPm/tYvc8QSg8=";
};
vendorHash = "sha256-wrgRQwisOHAhvRbvGXMW5VWkQuEifCwCo3usuxLie4A=";