gobgp: 3.14.0 -> 3.15.0

This commit is contained in:
R. Ryantm 2023-06-06 00:00:48 +00:00
parent ed059d6a97
commit 1e3c63e8ad

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gobgp";
version = "3.14.0";
version = "3.15.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-R64Mm8fWZ8VZgsKcnc+ZqAk0V3L+TkpxTmSkx6+KVs0=";
sha256 = "sha256-s4kZepphr3QMUFpxdJW5exZKfUPVTisFTRN81tZnQUY=";
};
vendorHash = "sha256-Z7vYpDQIKc4elVBLiGtxF3D9pec4QNvWFLpux/29t1Y=";