3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #149193 from r-ryantm/auto-update/gobgp

gobgp: 2.32.0 -> 2.34.0
This commit is contained in:
Ryan Mulligan 2021-12-06 18:20:54 -08:00 committed by GitHub
commit 1100cb4370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gobgp";
version = "2.32.0";
version = "2.34.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-+FVd/I1folRswTPIq09xpTCai4+FVa6TYDsaPE8sYR4=";
sha256 = "sha256-xyakq5DXwzONEP6EvDpAuzCrTDWcs+7asDlq9Vf4c1k=";
};
vendorSha256 = "sha256-+dX/XByFW5/zvfXvyWePAv9X71dJEKaQf6xNXAXoMxw=";