Skip to content

Commit

Permalink
gitleaks: 8.21.0 -> 8.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 28, 2024
1 parent ff469b5 commit bb7ad9b
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 @@ -11,16 +11,16 @@

buildGoModule rec {
pname = "gitleaks";
version = "8.21.0";
version = "8.21.2";

src = fetchFromGitHub {
owner = "zricethezav";
repo = "gitleaks";
rev = "refs/tags/v${version}";
hash = "sha256-oBX9V7OQ+t1hBLsYvX3u5BY8VSj2YGNJ/6qdJH6BVhg=";
hash = "sha256-1MCSGFpjYD4XdES+kJTz/NTN/B00TWMQ1Rmk/nsKf2Q=";
};

vendorHash = "sha256-BxuqNe021wfvFHpTRQtDImallBg2PcIX5qM7aLB+uH0=";
vendorHash = "sha256-iIgS0fXdiVMYKr3FZTYlCSEqqaH9sxZh1MFry9pGET8=";

ldflags = [
"-s"
Expand Down

0 comments on commit bb7ad9b

Please sign in to comment.