gobgp: 4.6.0 -> 4.7.0

This commit is contained in:
R. Ryantm
2026-07-01 01:31:28 +00:00
parent 5bb269961b
commit a0ca88cc28
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "gobgp";
version = "4.6.0";
version = "4.7.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${finalAttrs.version}";
sha256 = "sha256-O+jKCckHAM7KCPvWpC0ZofJx2RR+GwAK8qz8tJXtsZQ=";
sha256 = "sha256-crruhk4Jo1TdmGWvtdJKCBucjYNEwEMbNkJ3r5hxoQA=";
};
vendorHash = "sha256-fGDjeWmIe0GNZTDCXDBU4b286rMdCnPgRBInLZsFWxQ=";