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

gobgpd: 3.12.0 -> 3.13.0
This commit is contained in:
Weijia Wang 2023-04-07 09:55:30 +03:00 committed by GitHub
commit e3bbbfaf86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gobgpd";
version = "3.12.0";
version = "3.13.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "refs/tags/v${version}";
hash = "sha256-keev3DZ3xN5UARuYKfSdox0KKBjrM5RoMD273Aw0AGY=";
hash = "sha256-qXLg/EZF2eU7BhILHO7Uu4juz0tVZLq37foQcSKv0P8=";
};
vendorHash = "sha256-5lRW9gWQZRRqZoVB16kI1VEnr0XsiPtLUuioK/0f8w0=";
vendorHash = "sha256-ofPz9IX+4ylch6Qe0ksGZqrP5x6AktqF0JAs/hLBQo0=";
postConfigure = ''
export CGO_ENABLED=0