threatest: 1.2.6 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-04-18 08:13:18 +00:00
parent 6df0e71709
commit 3627bbbd64
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "threatest";
version = "1.2.6";
version = "1.3.0";
src = fetchFromGitHub {
owner = "DataDog";
repo = "threatest";
tag = "v${finalAttrs.version}";
hash = "sha256-ieOfCOgEdhfFJbv3wIfC1/QyTrDkq1k6ypbmcgXOpVE=";
hash = "sha256-BMx+6InL5FF2MH83C6UJ50CSm0Zd69Fs6uwFnunvmqs=";
};
proxyVendor = true;