sensu-go-agent: 5.21.0 -> 5.21.1

This commit is contained in:
R. RyanTM 2020-08-11 13:50:25 +00:00
parent f707715136
commit d646ad6b7d
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ let
generic = { subPackages, pname, postInstall ? "" }: generic = { subPackages, pname, postInstall ? "" }:
buildGoModule rec { buildGoModule rec {
inherit pname; inherit pname;
version = "5.21.0"; version = "5.21.1";
shortRev = "3a1ac58"; # for internal version info shortRev = "3a1ac58"; # for internal version info
goPackagePath = "github.com/sensu/sensu-go"; goPackagePath = "github.com/sensu/sensu-go";
@ -13,7 +13,7 @@ let
owner = "sensu"; owner = "sensu";
repo = "sensu-go"; repo = "sensu-go";
rev = "v${version}"; rev = "v${version}";
sha256 = "0zkwhr2z8yy8k2lal026i565hxxh51jrgplq83bbisc24xpcfg9s"; sha256 = "1vgb25d546dh5sassclym077vmvvl1wj4ndd2084ngvify7dp1a9";
}; };
inherit subPackages postInstall; inherit subPackages postInstall;