gobgpd: 3.14.0 -> 3.15.0

This commit is contained in:
R. Ryantm
2023-06-17 08:13:43 +00:00
parent 7cc30fd537
commit abdcf81ac8
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gobgpd";
version = "3.14.0";
version = "3.15.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "refs/tags/v${version}";
hash = "sha256-R64Mm8fWZ8VZgsKcnc+ZqAk0V3L+TkpxTmSkx6+KVs0=";
hash = "sha256-s4kZepphr3QMUFpxdJW5exZKfUPVTisFTRN81tZnQUY=";
};
vendorHash = "sha256-Z7vYpDQIKc4elVBLiGtxF3D9pec4QNvWFLpux/29t1Y=";