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

View File

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