gobgp: 3.5.0 -> 3.6.0

This commit is contained in:
R. Ryantm 2022-09-02 14:41:56 +00:00
parent 5e89f2b71a
commit 7aa828c35a

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gobgp";
version = "3.5.0";
version = "3.6.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-iFtoxEjb+Wk8E2oj1SjSRNwxg20//0LgFtjMq9qJOEQ=";
sha256 = "sha256-NJK8MW/vUZwdGIEipL/zyh24o/pu7fwQMeDxyoFdtP4=";
};
vendorSha256 = "sha256-FxfER3THsA7NRuQKEdWQxgUN0SiNI00hGUMVD+3BaG4=";