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

threatest: 1.2.0 -> 1.2.1
This commit is contained in:
Nick Cao 2023-07-10 09:08:32 +08:00 committed by GitHub
commit 2a5f6cac35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "threatest";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "DataDog";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-xluKQXFa06ng9bs+sBkoFLeyYtQAcej4VFLMeTST6zA=";
hash = "sha256-FDcCAKexFpqViSQngfOhkjTr0czHIRtZL3v2psfTuYI=";
};
proxyVendor = true;