Merge pull request #143735 from r-ryantm/auto-update/gobgpd

gobgpd: 2.31.0 -> 2.32.0
This commit is contained in:
Bobby Rong 2021-10-30 12:13:21 +08:00 committed by GitHub
commit c597868b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gobgpd";
version = "2.31.0";
version = "2.32.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-Q55BA5iMZP5D8lLfJn82fsxQ0SP5e4OdXtGly4j3dXU=";
sha256 = "sha256-+FVd/I1folRswTPIq09xpTCai4+FVa6TYDsaPE8sYR4=";
};
vendorSha256 = "sha256-+dX/XByFW5/zvfXvyWePAv9X71dJEKaQf6xNXAXoMxw=";