threatest: 1.3.1 -> 1.4.0

This commit is contained in:
R. Ryantm
2026-06-19 12:57:17 +00:00
parent 2a80e0caeb
commit b4c63114e7
+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;