gobgp: 3.25.0 -> 3.26.0

This commit is contained in:
R. Ryantm 2024-05-01 02:32:10 +00:00
parent 705bad7ed6
commit f787b0c63e

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gobgp";
version = "3.25.0";
version = "3.26.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-cb4FYsYMkrna/1IjPlEglAmeQ/vfbUiaTb5OjrWiYR4=";
sha256 = "sha256-bFxKFAw02M8RmMCFFT3nu3urmvh7Wzi0rryuTi8Hw9k=";
};
vendorHash = "sha256-fB/PjOO3+/RVQ5DGAHx4O8wAb9p+RdDC9+xkTCefP8A=";
vendorHash = "sha256-wrgRQwisOHAhvRbvGXMW5VWkQuEifCwCo3usuxLie4A=";
postConfigure = ''
export CGO_ENABLED=0