Unverified Commit 2a5f6cac authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #242554 from r-ryantm/auto-update/threatest

threatest: 1.2.0 -> 1.2.1
parents 94edb1a7 28c1cede
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "threatest";
  version = "1.2.0";
  version = "1.2.1";

  src = fetchFromGitHub {
    owner = "DataDog";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-xluKQXFa06ng9bs+sBkoFLeyYtQAcej4VFLMeTST6zA=";
    hash = "sha256-FDcCAKexFpqViSQngfOhkjTr0czHIRtZL3v2psfTuYI=";
  };

  proxyVendor = true;