Skip to content

Commit

Permalink
gobgpd: 3.29.0 -> 3.30.0 (#346077)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 3, 2024
2 parents e1adb73 + a2d6916 commit eaa946f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/misc/gobgpd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "gobgpd";
version = "3.29.0";
version = "3.30.0";

src = fetchFromGitHub {
owner = "osrg";
repo = "gobgp";
rev = "refs/tags/v${version}";
hash = "sha256-mTg3eN5ZmzQxItPq8ghPpFafr6zF+nliofGEKShnH88=";
hash = "sha256-UB3LYXRr6GnqVCRwAxnwqBCkOtor3mC4k73kPesZs0g=";
};

vendorHash = "sha256-wrgRQwisOHAhvRbvGXMW5VWkQuEifCwCo3usuxLie4A=";
vendorHash = "sha256-FYLH1Ej8Bm0+tS5Ikj1CPF+1t5opmzee8iHRZSW94Yk=";

postConfigure = ''
export CGO_ENABLED=0
Expand Down

0 comments on commit eaa946f

Please sign in to comment.