mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gitleaks: 8.25.1 -> 8.26.0
Diff: https://github.com/zricethezav/gitleaks/compare/refs/tags/v8.25.1...refs/tags/v8.26.0 Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.26.0
This commit is contained in:
parent
d420cf07b4
commit
679a81382e
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "gitleaks";
|
||||
version = "8.25.1";
|
||||
version = "8.26.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zricethezav";
|
||||
repo = "gitleaks";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ji13lmGrtJeQuOYi2HsFICs2XUZdmWgsgVrWj/Shh/c=";
|
||||
hash = "sha256-lBIoEUjAllhUTS9PRSqdWUeBhEGs6wOHOWivj0PC9Is=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-MSF9N9kXsIM2WKsjKAVztYypwGPng2EElHx7p6vADqc=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue