about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-10 09:08:32 +0800
committerGitHub <noreply@github.com>2023-07-10 09:08:32 +0800
commit2a5f6cac357616d2596167d0631b4ca729e9a3ea (patch)
treedfac9d2cf3022fdcd9067c21611e151a14f5df7f
parent94edb1a72d1c00503d31dc9c0603db79314033e9 (diff)
parent28c1cede03e63a16e3ad45823e0db0bddc167f4f (diff)
downloadnixlib-2a5f6cac357616d2596167d0631b4ca729e9a3ea.tar
nixlib-2a5f6cac357616d2596167d0631b4ca729e9a3ea.tar.gz
nixlib-2a5f6cac357616d2596167d0631b4ca729e9a3ea.tar.bz2
nixlib-2a5f6cac357616d2596167d0631b4ca729e9a3ea.tar.lz
nixlib-2a5f6cac357616d2596167d0631b4ca729e9a3ea.tar.xz
nixlib-2a5f6cac357616d2596167d0631b4ca729e9a3ea.tar.zst
nixlib-2a5f6cac357616d2596167d0631b4ca729e9a3ea.zip
Merge pull request #242554 from r-ryantm/auto-update/threatest
threatest: 1.2.0 -> 1.2.1
-rw-r--r--pkgs/tools/security/threatest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/threatest/default.nix b/pkgs/tools/security/threatest/default.nix
index e32ffb52bd04..78318a5ac1f2 100644
--- a/pkgs/tools/security/threatest/default.nix
+++ b/pkgs/tools/security/threatest/default.nix
@@ -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;