gobgpd: 4.3.0 -> 4.4.0

This commit is contained in:
R. Ryantm
2026-04-01 20:47:23 +00:00
parent 5f3cb1696b
commit 2a154d23ed
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "gobgpd";
version = "4.3.0";
version = "4.4.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
tag = "v${finalAttrs.version}";
hash = "sha256-zUWesDBGRi7SQH0A9WXWvNQ73H1Za3uwexFN4RZ5Hl8=";
hash = "sha256-7Rk/Bciy4qYrLzpKGXSZbJPlOzLjfNKR+gbYIbRy7D4=";
};
vendorHash = "sha256-y8nhrKQnTXfnDDyr/xZd5b9ccXaM85rd8RKHtoDBuwI=";
vendorHash = "sha256-XZIcjBMNZbNDYmZLiH5s5kFoSi62n5JruqnsnlQFP4I=";
postConfigure = ''
export CGO_ENABLED=0