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

gobgpd: 3.17.0 -> 3.18.0
This commit is contained in:
Weijia Wang 2023-09-08 08:30:03 +02:00 committed by GitHub
commit bf2b51adf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gobgpd";
version = "3.17.0";
version = "3.18.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "refs/tags/v${version}";
hash = "sha256-LpQMRn0mINhixbS8GpYAqr0pjwbnQdUOs2BH3rkQ3hU=";
hash = "sha256-OAePH8q8YQJGundd0VwtLEl3UkRyuZYAx5rcN4DNft4=";
};
vendorHash = "sha256-Z7vYpDQIKc4elVBLiGtxF3D9pec4QNvWFLpux/29t1Y=";