Merge pull request #160804 from r-ryantm/auto-update/sensu-go-agent

sensu-go-agent: 6.6.5 -> 6.6.6
This commit is contained in:
Mario Rodas 2022-02-19 14:25:06 -05:00 committed by GitHub
commit df7f4a4266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@ let
generic = { subPackages, pname, postInstall ? "", mainProgram }: generic = { subPackages, pname, postInstall ? "", mainProgram }:
buildGoModule rec { buildGoModule rec {
inherit pname; inherit pname;
version = "6.6.5"; version = "6.6.6";
shortRev = "3a1ac58"; # for internal version info shortRev = "3a1ac58"; # for internal version info
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sensu"; owner = "sensu";
repo = "sensu-go"; repo = "sensu-go";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-mdql8bGSkPfs9wNxNUIIpux5t89CSjOQoFfHXTiScr4="; sha256 = "sha256-//ZJV34H5c16QjppIH5hyk9eKrfEzKdL6GCVTp/k8Uo=";
}; };
inherit subPackages postInstall; inherit subPackages postInstall;