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

gobgpd: 3.23.0 -> 3.24.0
This commit is contained in:
Nick Cao 2024-03-03 10:10:05 -05:00 committed by GitHub
commit fd213cc33c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gobgpd";
version = "3.23.0";
version = "3.24.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "refs/tags/v${version}";
hash = "sha256-PUwYcwWgaV/DQl565fugppc+I/y7z7Ns3P4SspS88ts=";
hash = "sha256-JGgkhNSKprqaUBaW+m/5vYnuDri1Ibyf2Y6SMlscnIU=";
};
vendorHash = "sha256-5eB3vFOo3LCsjMnWYFH0yq5+IunwKXp5C34x6NvpFZ8=";