lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #137788 from r-ryantm/auto-update/gobgpd

authored by

Sandro and committed by
GitHub
a226bd86 06cac5da

+3 -3
+3 -3
pkgs/servers/misc/gobgpd/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gobgpd"; 5 - version = "2.30.0"; 5 + version = "2.31.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "osrg"; 9 9 repo = "gobgp"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-YerInFAUHFGEU0XSYeqKly9EiCq/uSjtMLnzI/ekSJ4="; 11 + sha256 = "sha256-Q55BA5iMZP5D8lLfJn82fsxQ0SP5e4OdXtGly4j3dXU="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-PWm7XnO6LPaU8g8ymmqRkQv2KSX9kLv9RVaa000mrTY="; 14 + vendorSha256 = "sha256-+dX/XByFW5/zvfXvyWePAv9X71dJEKaQf6xNXAXoMxw="; 15 15 16 16 postConfigure = '' 17 17 export CGO_ENABLED=0