sensu-go-agent: 6.6.5 -> 6.6.6
This commit is contained in:
parent
664c68a5c4
commit
de6c8c3e64
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@ let
|
|||
generic = { subPackages, pname, postInstall ? "", mainProgram }:
|
||||
buildGoModule rec {
|
||||
inherit pname;
|
||||
version = "6.6.5";
|
||||
version = "6.6.6";
|
||||
shortRev = "3a1ac58"; # for internal version info
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sensu";
|
||||
repo = "sensu-go";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-mdql8bGSkPfs9wNxNUIIpux5t89CSjOQoFfHXTiScr4=";
|
||||
sha256 = "sha256-//ZJV34H5c16QjppIH5hyk9eKrfEzKdL6GCVTp/k8Uo=";
|
||||
};
|
||||
|
||||
inherit subPackages postInstall;
|
||||
|
|
Loading…
Reference in a new issue