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

gobgp: 3.12.0 -> 3.13.0
This commit is contained in:
Nick Cao 2023-04-06 17:57:26 +08:00 committed by GitHub
commit 409ee92d62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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