lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #250045 from r-ryantm/auto-update/threatest

threatest: 1.2.1 -> 1.2.4

authored by

Nick Cao and committed by
GitHub
e6cfb7be 3a8e9c71

+3 -3
+3 -3
pkgs/tools/security/threatest/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "threatest"; 9 - version = "1.2.1"; 9 + version = "1.2.4"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "DataDog"; 13 13 repo = pname; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-FDcCAKexFpqViSQngfOhkjTr0czHIRtZL3v2psfTuYI="; 15 + hash = "sha256-pCSSAEeVxi3/yK7B2g9ZZRU5TjdNd8qp+52Yc1HmxT8="; 16 16 }; 17 17 18 18 proxyVendor = true; 19 - vendorHash = "sha256-UQ3GPSv7P4+oMvcu4eFlosnw0TQxG33ptlMTQA/5Lkw="; 19 + vendorHash = "sha256-nHA+UJP6gYWdbTKFcxw1gI6X2ueTUIsHVBIlaprPwsQ="; 20 20 21 21 nativeBuildInputs = [ 22 22 installShellFiles