3
0
Fork 0
forked from mirrors/nixpkgs

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

sensu-go-agent: 5.21.0 -> 5.21.1
This commit is contained in:
Mario Rodas 2020-08-12 08:50:12 -05:00 committed by GitHub
commit 17ba2b2460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,14 @@ let
generic = { subPackages, pname, postInstall ? "" }:
buildGoModule rec {
inherit pname;
version = "5.21.0";
version = "5.21.1";
shortRev = "3a1ac58"; # for internal version info
src = fetchFromGitHub {
owner = "sensu";
repo = "sensu-go";
rev = "v${version}";
sha256 = "0zkwhr2z8yy8k2lal026i565hxxh51jrgplq83bbisc24xpcfg9s";
sha256 = "1vgb25d546dh5sassclym077vmvvl1wj4ndd2084ngvify7dp1a9";
};
inherit subPackages postInstall;