3
0
Fork 0
forked from mirrors/nixpkgs

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

gobgp: 3.10.0 -> 3.11.0
This commit is contained in:
Weijia Wang 2023-02-02 06:28:06 +01:00 committed by GitHub
commit f210c8c78b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gobgp";
version = "3.10.0";
version = "3.11.0";
src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "v${version}";
sha256 = "sha256-aVvzbWMh/r1k3AKDHipWkwEevYPj8Xfix8PfIMYXiTM=";
sha256 = "sha256-UGRGJqeVWrt8NVf9d5Mk7k+k2Is/fwHv2X0hmyXvTZs=";
};
vendorHash = "sha256-9Vi8qrcFC2SazcGVgAf1vbKvxd8rTMgye63wSCaFonk=";