forked from mirrors/nixpkgs
gitleaks: 8.15.3 -> 8.15.4
Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.15.4
This commit is contained in:
parent
b8e7ec9cba
commit
8eae3dd52f
|
@ -8,13 +8,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "gitleaks";
|
||||
version = "8.15.3";
|
||||
version = "8.15.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zricethezav";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-eY4RqXDeEsriSdVtEQQKw3NPBOe/UzhXjh1TkW3fWp0=";
|
||||
hash = "sha256-VhOepelAX4Pa/SoL0kH7vPGG1nI5oA5JrhI5T09hKCw=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";
|
||||
|
|
Loading…
Reference in a new issue