sensu-go-agent: 6.9.0 -> 6.9.1

This commit is contained in:
R. Ryantm 2022-12-05 01:46:01 +00:00
parent c94cdd0978
commit 797c642fdc

View file

@ -4,14 +4,14 @@ let
generic = { subPackages, pname, postInstall ? "", mainProgram }:
buildGoModule rec {
inherit pname;
version = "6.9.0";
version = "6.9.1";
shortRev = "3a1ac58"; # for internal version info
src = fetchFromGitHub {
owner = "sensu";
repo = "sensu-go";
rev = "v${version}";
sha256 = "sha256-H6mpry6uJtMVJmsdLgka7X/IzMP1dbp+hOl3pGVWUAE=";
sha256 = "sha256-vw5A5Cg4envrDfLsdauSONgd6rPZSu5wPiPOoNIcS9w=";
};
inherit subPackages postInstall;