sensu-go-agent: 5.20.0 -> 5.20.1

This commit is contained in:
R. RyanTM 2020-05-25 03:19:26 +00:00
parent bcb05f050e
commit b9a82df839

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.20.0"; version = "5.20.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 = "0hnsgd6ryrl1y2prkavm7psqjnppkkfd891xkzbdfzblxsafs8cw"; sha256 = "0wrcchz878sq7zhkb8p0s93k92xppihv5yyvkl363xs6519xzm7m";
}; };
inherit subPackages postInstall; inherit subPackages postInstall;