gobgp: 3.7.0 -> 3.8.0

This commit is contained in:
R. Ryantm 2022-11-03 12:46:55 +00:00 committed by Bobby Rong
parent 39cc274424
commit bc0459ba2b

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gobgp";
version = "3.7.0";
version = "3.8.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-3Brm9pWCLCSjNE5ZACAV4K34L3oBfvT9VI4TKMXrmgY=";
sha256 = "sha256-nZGDaoxGv5DrQY57v4by7SNlRWueKXGrndOKu+cZgDY=";
};
vendorSha256 = "sha256-FxfER3THsA7NRuQKEdWQxgUN0SiNI00hGUMVD+3BaG4=";