Skip to content

Commit 125d719

Browse files
committed
gobgp: 3.27.0 -> 3.28.0
1 parent 2b753fb commit 125d719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/networking/gobgp/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "gobgp";
5-
version = "3.27.0";
5+
version = "3.28.0";
66

77
src = fetchFromGitHub {
88
owner = "osrg";
99
repo = "gobgp";
1010
rev = "v${version}";
11-
sha256 = "sha256-RxBAnElmQkrkMuIC0UpneJXN1OiPhaTPm/tYvc8QSg8=";
11+
sha256 = "sha256-HdGRZrMukIQLxTmwTVB/zUlnrhDjq5b6ree7aqx8pRE=";
1212
};
1313

1414
vendorHash = "sha256-wrgRQwisOHAhvRbvGXMW5VWkQuEifCwCo3usuxLie4A=";

0 commit comments

Comments
 (0)