gobgp: 3.26.0 -> 3.27.0

This commit is contained in:
R. Ryantm 2024-06-04 02:42:50 +00:00
parent 7d71b24bd4
commit a24aa8e7b4

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