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

gobgpd: 2.28.0 -> 2.29.0
This commit is contained in:
Ryan Mulligan 2021-07-04 04:57:25 -07:00 committed by GitHub
commit 1f64493674
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.28.0";
version = "2.29.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-AlAfs1wi3hS7cqAtGqfUgv5CIonu7TmXWgxL1zSBh54=";
sha256 = "sha256-DhSIf8fAG2Zf0mwJ/iMgQU5sugHK2jJ6WJPbFbA/mhM=";
};
vendorSha256 = "sha256-PWm7XnO6LPaU8g8ymmqRkQv2KSX9kLv9RVaa000mrTY=";