gitleaks: 8.19.2 -> 8.19.3

This commit is contained in:
R. Ryantm 2024-09-27 03:44:39 +00:00
parent c7f9378f34
commit 8bbbfaf5f0

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "gitleaks";
version = "8.19.2";
version = "8.19.3";
src = fetchFromGitHub {
owner = "zricethezav";
repo = "gitleaks";
rev = "refs/tags/v${version}";
hash = "sha256-VC8Bf6jcxXdBws7IParh9Srk34JiYVx5Tk2LLilrNJ4=";
hash = "sha256-PBgUx4O9CM/yo53go6+1uyEvD3dffo9bNvD+ikOsNFI=";
};
vendorHash = "sha256-DgCtWRo5KNuFCdhGJvzoH2v8n7mIxNk8eHyZFPUPo24=";
vendorHash = "sha256-KdwKogBrsGYyAY4Cmuf3MysnWIsHoGPs04xaihM4QAA=";
ldflags = [
"-s"