gitleaks: add changelog to meta
This commit is contained in:
parent
6be5bb3172
commit
660bebff99
1 changed files with 6 additions and 3 deletions
|
@ -14,10 +14,10 @@ buildGoModule rec {
|
||||||
owner = "zricethezav";
|
owner = "zricethezav";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-iIjQytsZDz9H5wT44jBBZCx8NvfAhNBl7pTv3mCkeMY=";
|
hash = "sha256-iIjQytsZDz9H5wT44jBBZCx8NvfAhNBl7pTv3mCkeMY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";
|
vendorHash = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
|
@ -25,7 +25,9 @@ buildGoModule rec {
|
||||||
"-X github.com/zricethezav/gitleaks/v${lib.versions.major version}/cmd.Version=${version}"
|
"-X github.com/zricethezav/gitleaks/v${lib.versions.major version}/cmd.Version=${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [
|
||||||
|
installShellFiles
|
||||||
|
];
|
||||||
|
|
||||||
# With v8 the config tests are are blocking
|
# With v8 the config tests are are blocking
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
@ -49,6 +51,7 @@ buildGoModule rec {
|
||||||
API keys and tokens in git repos.
|
API keys and tokens in git repos.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/zricethezav/gitleaks";
|
homepage = "https://github.com/zricethezav/gitleaks";
|
||||||
|
changelog = "https://github.com/zricethezav/gitleaks/releases/tag/v${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue