Merge pull request #87770 from thefloweringash/sensu-go-update

sensu-go: 5.18.1 -> 5.20.0
This commit is contained in:
Mario Rodas 2020-05-13 19:57:06 -05:00 committed by GitHub
commit 35de81b130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ let
generic = { subPackages, pname, postInstall ? "" }: generic = { subPackages, pname, postInstall ? "" }:
buildGoModule rec { buildGoModule rec {
inherit pname; inherit pname;
version = "5.18.1"; version = "5.20.0";
shortRev = "1f6d16b"; # 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 = "1iwlkm7ac7brap45r6ly0blywgq6f28r1nws3yf0ybydv30brfj4"; sha256 = "0hnsgd6ryrl1y2prkavm7psqjnppkkfd891xkzbdfzblxsafs8cw";
}; };
inherit subPackages postInstall; inherit subPackages postInstall;