gobgp: 3.30.0 -> 3.32.0

This commit is contained in:
R. Ryantm 2024-12-08 15:05:15 +00:00
parent 0bc7caf6ff
commit 44500244ab

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gobgp";
version = "3.30.0";
version = "3.32.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-UB3LYXRr6GnqVCRwAxnwqBCkOtor3mC4k73kPesZs0g=";
sha256 = "sha256-DIOii1jFVK3jwDLaLFWBbbQPC9eQnTwLYwI8uC8G8ig=";
};
vendorHash = "sha256-FYLH1Ej8Bm0+tS5Ikj1CPF+1t5opmzee8iHRZSW94Yk=";