Skip to content

Commit 8131107

Browse files
authored
Merge pull request #323819 from r-ryantm/auto-update/gobgpd
gobgpd: 3.27.0 -> 3.28.0
2 parents 72cda95 + 60fccb5 commit 8131107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/misc/gobgpd/default.nix

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

66
buildGoModule rec {
77
pname = "gobgpd";
8-
version = "3.27.0";
8+
version = "3.28.0";
99

1010
src = fetchFromGitHub {
1111
owner = "osrg";
1212
repo = "gobgp";
1313
rev = "refs/tags/v${version}";
14-
hash = "sha256-RxBAnElmQkrkMuIC0UpneJXN1OiPhaTPm/tYvc8QSg8=";
14+
hash = "sha256-HdGRZrMukIQLxTmwTVB/zUlnrhDjq5b6ree7aqx8pRE=";
1515
};
1616

1717
vendorHash = "sha256-wrgRQwisOHAhvRbvGXMW5VWkQuEifCwCo3usuxLie4A=";

0 commit comments

Comments
 (0)