Unverified Commit ccd162c5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

gitleaks: 8.24.3 -> 8.25.1 (#403087)

parents c60faedf c2a70eb7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule rec {
  pname = "gitleaks";
  version = "8.24.3";
  version = "8.25.1";

  src = fetchFromGitHub {
    owner = "zricethezav";
    repo = "gitleaks";
    tag = "v${version}";
    hash = "sha256-P5PHugSYkC6GSxbbsuA8nvPn9fLjTJOU3yOecntAVEE=";
    hash = "sha256-ji13lmGrtJeQuOYi2HsFICs2XUZdmWgsgVrWj/Shh/c=";
  };

  vendorHash = "sha256-MSF9N9kXsIM2WKsjKAVztYypwGPng2EElHx7p6vADqc=";