We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8131107 + 125d719 commit 00b963cCopy full SHA for 00b963c
pkgs/tools/networking/gobgp/default.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "gobgp";
5
- version = "3.27.0";
+ version = "3.28.0";
6
7
src = fetchFromGitHub {
8
owner = "osrg";
9
repo = "gobgp";
10
rev = "v${version}";
11
- sha256 = "sha256-RxBAnElmQkrkMuIC0UpneJXN1OiPhaTPm/tYvc8QSg8=";
+ sha256 = "sha256-HdGRZrMukIQLxTmwTVB/zUlnrhDjq5b6ree7aqx8pRE=";
12
};
13
14
vendorHash = "sha256-wrgRQwisOHAhvRbvGXMW5VWkQuEifCwCo3usuxLie4A=";
0 commit comments