gobgpd: 4.5.0 -> 4.6.0 (#526653)

This commit is contained in:
Nick Cao
2026-06-01 19:40:39 +00:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "gobgpd";
version = "4.5.0";
version = "4.6.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
tag = "v${finalAttrs.version}";
hash = "sha256-XbErKP/F7E/e03b1rNTfpnAqkqcu2TwPtj2rV65HCnI=";
hash = "sha256-O+jKCckHAM7KCPvWpC0ZofJx2RR+GwAK8qz8tJXtsZQ=";
};
vendorHash = "sha256-XZIcjBMNZbNDYmZLiH5s5kFoSi62n5JruqnsnlQFP4I=";
vendorHash = "sha256-fGDjeWmIe0GNZTDCXDBU4b286rMdCnPgRBInLZsFWxQ=";
postConfigure = ''
export CGO_ENABLED=0