threatest: 1.3.1 -> 1.4.0 (#533290)

This commit is contained in:
Nick Cao
2026-06-22 19:45:59 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "threatest";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "DataDog";
repo = "threatest";
tag = "v${finalAttrs.version}";
hash = "sha256-tfJGaAAe2eCKFg2OACgK/92vqZSTJUk3LUI8QOJY6/g=";
hash = "sha256-MmCAP1UUqNDCoG1xxuDkjzx8Exh421yT//bB2L75yac=";
};
proxyVendor = true;