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 72cda95 + 60fccb5 commit 8131107Copy full SHA for 8131107
pkgs/servers/misc/gobgpd/default.nix
@@ -5,13 +5,13 @@
5
6
buildGoModule rec {
7
pname = "gobgpd";
8
- version = "3.27.0";
+ version = "3.28.0";
9
10
src = fetchFromGitHub {
11
owner = "osrg";
12
repo = "gobgp";
13
rev = "refs/tags/v${version}";
14
- hash = "sha256-RxBAnElmQkrkMuIC0UpneJXN1OiPhaTPm/tYvc8QSg8=";
+ hash = "sha256-HdGRZrMukIQLxTmwTVB/zUlnrhDjq5b6ree7aqx8pRE=";
15
};
16
17
vendorHash = "sha256-wrgRQwisOHAhvRbvGXMW5VWkQuEifCwCo3usuxLie4A=";
0 commit comments