gobgpd: 3.12.0 -> 3.13.0

This commit is contained in:
R. Ryantm 2023-04-06 16:58:17 +00:00
parent 101bc33b43
commit e259fae393

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gobgpd";
version = "3.12.0";
version = "3.13.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "refs/tags/v${version}";
hash = "sha256-keev3DZ3xN5UARuYKfSdox0KKBjrM5RoMD273Aw0AGY=";
hash = "sha256-qXLg/EZF2eU7BhILHO7Uu4juz0tVZLq37foQcSKv0P8=";
};
vendorHash = "sha256-5lRW9gWQZRRqZoVB16kI1VEnr0XsiPtLUuioK/0f8w0=";
vendorHash = "sha256-ofPz9IX+4ylch6Qe0ksGZqrP5x6AktqF0JAs/hLBQo0=";
postConfigure = ''
export CGO_ENABLED=0