Skip to content

Commit

Permalink
[Backport release-24.05] gitleaks: 8.18.2 -> 8.18.3 (#335265)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Sep 7, 2024
2 parents bdb9b5d + 091a7cf commit cef6886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/gitleaks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "gitleaks";
version = "8.18.2";
version = "8.18.3";

src = fetchFromGitHub {
owner = "zricethezav";
repo = "gitleaks";
rev = "refs/tags/v${version}";
hash = "sha256-+UPlknAwmIeXlosHBXl3qPREV186lfDZGZG/Zx1rxYs=";
hash = "sha256-OLs3rpP6s6ZyCUKkD5Sl/tAMl3gSBWrUUFYeNffiXEs=";
};

vendorHash = "sha256-30IJNP4XuV2YNy1TumPUju+GrHFBYi76coy0bJBqDI4=";
vendorHash = "sha256-DgCtWRo5KNuFCdhGJvzoH2v8n7mIxNk8eHyZFPUPo24=";

ldflags = [
"-s"
Expand Down

0 comments on commit cef6886

Please sign in to comment.