Merge pull request #88848 from r-ryantm/auto-update/sensu-go-agent

sensu-go-agent: 5.20.0 -> 5.20.1
This commit is contained in:
Mario Rodas 2020-05-24 22:51:05 -05:00 committed by GitHub
commit 3c1273fdb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ let
generic = { subPackages, pname, postInstall ? "" }:
buildGoModule rec {
inherit pname;
version = "5.20.0";
version = "5.20.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 = "0hnsgd6ryrl1y2prkavm7psqjnppkkfd891xkzbdfzblxsafs8cw";
sha256 = "0wrcchz878sq7zhkb8p0s93k92xppihv5yyvkl363xs6519xzm7m";
};
inherit subPackages postInstall;