gobgpd: 3.7.0 -> 3.8.0

authored by R. Ryantm and committed by Bobby Rong 389bb67e bc0459ba

+2 -2
+2 -2
pkgs/servers/misc/gobgpd/default.nix
··· 2 3 buildGoModule rec { 4 pname = "gobgpd"; 5 - version = "3.7.0"; 6 7 src = fetchFromGitHub { 8 owner = "osrg"; 9 repo = "gobgp"; 10 rev = "v${version}"; 11 - sha256 = "sha256-3Brm9pWCLCSjNE5ZACAV4K34L3oBfvT9VI4TKMXrmgY="; 12 }; 13 14 vendorSha256 = "sha256-FxfER3THsA7NRuQKEdWQxgUN0SiNI00hGUMVD+3BaG4=";
··· 2 3 buildGoModule rec { 4 pname = "gobgpd"; 5 + version = "3.8.0"; 6 7 src = fetchFromGitHub { 8 owner = "osrg"; 9 repo = "gobgp"; 10 rev = "v${version}"; 11 + sha256 = "sha256-nZGDaoxGv5DrQY57v4by7SNlRWueKXGrndOKu+cZgDY="; 12 }; 13 14 vendorSha256 = "sha256-FxfER3THsA7NRuQKEdWQxgUN0SiNI00hGUMVD+3BaG4=";