From 03952878b11484ccb0607f98d50e3188d148a737 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 31 Mar 2023 11:08:06 +0200 Subject: [PATCH] gitleaks: 8.16.1 -> 8.16.2 Diff: https://github.com/zricethezav/gitleaks/compare/v8.16.1...v8.16.2 Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.16.2 --- pkgs/tools/security/gitleaks/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/gitleaks/default.nix b/pkgs/tools/security/gitleaks/default.nix index eeffb2026dcd..87764f320a14 100644 --- a/pkgs/tools/security/gitleaks/default.nix +++ b/pkgs/tools/security/gitleaks/default.nix @@ -8,13 +8,13 @@ buildGoModule rec { pname = "gitleaks"; - version = "8.16.1"; + version = "8.16.2"; src = fetchFromGitHub { owner = "zricethezav"; repo = pname; rev = "v${version}"; - hash = "sha256-zidRNnvbjqLxYE0fBRygYWWBf5pS9xLLYFpSB0dtNks="; + hash = "sha256-AR/08O0wUp3clbIF+2Kw0klMQ6UorFkIRsnqfX4Q3SY="; }; vendorHash = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";