gobgp: 3.36.0 -> 3.37.0

This commit is contained in:
R. Ryantm
2025-05-20 12:44:03 +00:00
parent e3a5e6a22c
commit 2edfb2ace5
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "gobgp";
version = "3.36.0";
version = "3.37.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-vyMC3FcfMHVsRosLkTYgCawiTIcJs0R5GgSZERRPHnE=";
sha256 = "sha256-Nh4JmyZHrT7uPi9+CbmS3h6ezKoicCvEByUJVULMac4=";
};
vendorHash = "sha256-bR6msi2IyNmYgmpLrbn/hnX4EzLOBa2UHTzwDJFasos=";
vendorHash = "sha256-HpATJztX31mNWkpeDqOE4rTzhCk3c7E1PtZnKW8Axyo=";
postConfigure = ''
export CGO_ENABLED=0