From 28c1cede03e63a16e3ad45823e0db0bddc167f4f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 10 Jul 2023 00:26:19 +0000 Subject: [PATCH] threatest: 1.2.0 -> 1.2.1 --- pkgs/tools/security/threatest/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/threatest/default.nix b/pkgs/tools/security/threatest/default.nix index e32ffb52bd0..78318a5ac1f 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;