gitleaks: 8.23.1 -> 8.23.2 (#376466)

This commit is contained in:
Fabian Affolter
2025-01-24 22:19:35 +01:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "gitleaks";
version = "8.23.1";
version = "8.23.2";
src = fetchFromGitHub {
owner = "zricethezav";
repo = "gitleaks";
tag = "v${version}";
hash = "sha256-gz/2DwkvSY6vOKW1ttJcLjjtii0jWIdQC1/xzU5vCRA=";
hash = "sha256-lwjGoDMNRgYDHI+8IjOD8sWJMUgv/Bg3pUzrUrcYiR4=";
};
vendorHash = "sha256-hq3v//fhCUOvKPBZ/+YrLIc4nDLxR9Yc+MeIXY7TArA=";