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

sensu-go: 5.9.0 -> 5.10.0
This commit is contained in:
Mario Rodas 2019-06-20 18:33:44 -05:00 committed by GitHub
commit d85b0f554b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,8 @@ let
generic = { subPackages, pname, postInstall ? "" }:
buildGoPackage rec {
inherit pname;
version = "5.9.0";
shortRev = "078f625"; # for internal version info
version = "5.10.0";
shortRev = "c7551ba"; # for internal version info
goPackagePath = "github.com/sensu/sensu-go";
@ -13,7 +13,7 @@ let
owner = "sensu";
repo = "sensu-go";
rev = version;
sha256 = "1rivnq7m4p44zz1fl46j06aakb0yjsjb3mjqyfq4r0235xr01ajw";
sha256 = "1hma54mdh150d51rwz5csqbn0h24qk6hydjmib68j7zd7kp92yb5";
};
inherit subPackages postInstall;