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

threatest: 1.2.1 -> 1.2.4
This commit is contained in:
Nick Cao 2023-08-19 09:28:35 +08:00 committed by GitHub
commit e6cfb7be06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,17 +6,17 @@
buildGoModule rec {
pname = "threatest";
version = "1.2.1";
version = "1.2.4";
src = fetchFromGitHub {
owner = "DataDog";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-FDcCAKexFpqViSQngfOhkjTr0czHIRtZL3v2psfTuYI=";
hash = "sha256-pCSSAEeVxi3/yK7B2g9ZZRU5TjdNd8qp+52Yc1HmxT8=";
};
proxyVendor = true;
vendorHash = "sha256-UQ3GPSv7P4+oMvcu4eFlosnw0TQxG33ptlMTQA/5Lkw=";
vendorHash = "sha256-nHA+UJP6gYWdbTKFcxw1gI6X2ueTUIsHVBIlaprPwsQ=";
nativeBuildInputs = [
installShellFiles