gobgpd: 3.25.0 -> 3.26.0

This commit is contained in:
R. Ryantm
2024-05-01 02:23:52 +00:00
parent 705bad7ed6
commit 195ea8909a
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gobgpd";
version = "3.25.0";
version = "3.26.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "refs/tags/v${version}";
hash = "sha256-cb4FYsYMkrna/1IjPlEglAmeQ/vfbUiaTb5OjrWiYR4=";
hash = "sha256-bFxKFAw02M8RmMCFFT3nu3urmvh7Wzi0rryuTi8Hw9k=";
};
vendorHash = "sha256-fB/PjOO3+/RVQ5DGAHx4O8wAb9p+RdDC9+xkTCefP8A=";
vendorHash = "sha256-wrgRQwisOHAhvRbvGXMW5VWkQuEifCwCo3usuxLie4A=";
postConfigure = ''
export CGO_ENABLED=0