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

gobgp: 3.21.0 -> 3.22.0
This commit is contained in:
Weijia Wang 2024-01-04 13:12:55 +01:00 committed by GitHub
commit fb30aa63cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gobgp";
version = "3.21.0";
version = "3.22.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-npPwAh7ReGVDGRi0cCs0/x2xCBCrUMsZl205BhEjxq4=";
sha256 = "sha256-ItzoknejTtVjm0FD+UdpCa+cL0i2uvcffTNIWCjBdVU=";
};
vendorHash = "sha256-5eB3vFOo3LCsjMnWYFH0yq5+IunwKXp5C34x6NvpFZ8=";