mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
sensu-go-backend: 6.7.5 -> 6.8.0
This commit is contained in:
parent
e6dcce9982
commit
1b3013e460
1 changed files with 3 additions and 3 deletions
|
@ -4,19 +4,19 @@ let
|
||||||
generic = { subPackages, pname, postInstall ? "", mainProgram }:
|
generic = { subPackages, pname, postInstall ? "", mainProgram }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
version = "6.7.5";
|
version = "6.8.0";
|
||||||
shortRev = "3a1ac58"; # for internal version info
|
shortRev = "3a1ac58"; # for internal version info
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sensu";
|
owner = "sensu";
|
||||||
repo = "sensu-go";
|
repo = "sensu-go";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-xzx6MaTkmCNDJiroaLFlQmaxUF0Zo4ZNT/7huzef61U=";
|
sha256 = "sha256-T9SR3Ec7Q51Q2L/xJHx35eA0/KcFB3ZxqimIYKwAJLU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit subPackages postInstall;
|
inherit subPackages postInstall;
|
||||||
|
|
||||||
vendorSha256 = "sha256-ptBGCI3mLAsWhnIA1kUVZxHeBlEpsYoFTSF2kPTq2PM=";
|
vendorSha256 = "sha256-Y8gYh770p22O1ZLcqZi5NNKWOP4sXHSP3b0d4klrSHg=";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue