gobgp: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm
2026-06-01 07:30:33 +00:00
parent 501880c9da
commit c39b69db31
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "gobgp";
version = "4.5.0";
version = "4.6.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${finalAttrs.version}";
sha256 = "sha256-XbErKP/F7E/e03b1rNTfpnAqkqcu2TwPtj2rV65HCnI=";
sha256 = "sha256-O+jKCckHAM7KCPvWpC0ZofJx2RR+GwAK8qz8tJXtsZQ=";
};
vendorHash = "sha256-XZIcjBMNZbNDYmZLiH5s5kFoSi62n5JruqnsnlQFP4I=";
vendorHash = "sha256-fGDjeWmIe0GNZTDCXDBU4b286rMdCnPgRBInLZsFWxQ=";
postConfigure = ''
export CGO_ENABLED=0