gobgp: 3.29.0 -> 3.30.0 (#346079)

This commit is contained in:
Nick Cao
2024-10-03 15:55:00 -04:00
committed by GitHub

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gobgp";
version = "3.29.0";
version = "3.30.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-mTg3eN5ZmzQxItPq8ghPpFafr6zF+nliofGEKShnH88=";
sha256 = "sha256-UB3LYXRr6GnqVCRwAxnwqBCkOtor3mC4k73kPesZs0g=";
};
vendorHash = "sha256-wrgRQwisOHAhvRbvGXMW5VWkQuEifCwCo3usuxLie4A=";
vendorHash = "sha256-FYLH1Ej8Bm0+tS5Ikj1CPF+1t5opmzee8iHRZSW94Yk=";
postConfigure = ''
export CGO_ENABLED=0