From 0b84f6b9a93452c4d5b012694665ed43d976acf0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 17 May 2023 04:09:58 +0000 Subject: [PATCH] threatest: 1.1.1 -> 1.2.0 --- pkgs/tools/security/threatest/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/threatest/default.nix b/pkgs/tools/security/threatest/default.nix index c11bf8735761..f4ddc194b0e7 100644 --- a/pkgs/tools/security/threatest/default.nix +++ b/pkgs/tools/security/threatest/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "threatest"; - version = "1.1.1"; + version = "1.2.0"; src = fetchFromGitHub { owner = "DataDog"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-9/TIiBp3w7NaECX929Tai5nqHKxb7YxYEr2hAl2ttsM="; + hash = "sha256-xluKQXFa06ng9bs+sBkoFLeyYtQAcej4VFLMeTST6zA="; }; - vendorHash = "sha256-vTzgxByZ2BC7nuq/+LJV7LR0KsUxh1EbHFe81PwqCJc="; + vendorHash = "sha256-tvGmSpihGwpz6TCmbttz0VKvLTChDRWNX3qxOhEpdPM="; meta = with lib; { description = "Framework for end-to-end testing threat detection rules";