sensu-go-agent: 5.14.1 -> 5.18.1
This commit is contained in:
parent
6283b00f4f
commit
58b2b8d844
@ -4,7 +4,7 @@ let
|
|||||||
generic = { subPackages, pname, postInstall ? "" }:
|
generic = { subPackages, pname, postInstall ? "" }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
version = "5.14.1";
|
version = "5.18.1";
|
||||||
shortRev = "1f6d16b"; # for internal version info
|
shortRev = "1f6d16b"; # for internal version info
|
||||||
|
|
||||||
goPackagePath = "github.com/sensu/sensu-go";
|
goPackagePath = "github.com/sensu/sensu-go";
|
||||||
@ -13,12 +13,12 @@ let
|
|||||||
owner = "sensu";
|
owner = "sensu";
|
||||||
repo = "sensu-go";
|
repo = "sensu-go";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1fhvw2hrn2zqpz3ypsx6i1zrn83pdifvsyzpbhzxmff6l9a290bq";
|
sha256 = "1iwlkm7ac7brap45r6ly0blywgq6f28r1nws3yf0ybydv30brfj4";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit subPackages postInstall;
|
inherit subPackages postInstall;
|
||||||
|
|
||||||
modSha256 = "0c0cj0ylhifyb7l9kjmgdlfzcz8528fzw8kr3c5y7j5h6pih06sy";
|
modSha256 = "02h4cav6ivzs3z0qakwxzf5lfy6hzax5c0i2icp0qymqc2789npw";
|
||||||
|
|
||||||
buildFlagsArray = let
|
buildFlagsArray = let
|
||||||
versionPkg = "github.com/sensu/sensu-go/version";
|
versionPkg = "github.com/sensu/sensu-go/version";
|
||||||
@ -29,7 +29,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://sensu.io;
|
homepage = "https://sensu.io";
|
||||||
description = "Open source monitoring tool for ephemeral infrastructure & distributed applications";
|
description = "Open source monitoring tool for ephemeral infrastructure & distributed applications";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ thefloweringash ];
|
maintainers = with lib.maintainers; [ thefloweringash ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user