Merge pull request #242554 from r-ryantm/auto-update/threatest
threatest: 1.2.0 -> 1.2.1
This commit is contained in:
commit
2a5f6cac35
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue