Merge pull request #287950 from r-ryantm/auto-update/gotestwaf

gotestwaf: 0.4.11 -> 0.4.12
This commit is contained in:
Nick Cao 2024-02-11 10:03:02 -05:00 committed by GitHub
commit ef3c096f10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gotestwaf";
version = "0.4.11";
version = "0.4.12";
src = fetchFromGitHub {
owner = "wallarm";
repo = "gotestwaf";
rev = "refs/tags/v${version}";
hash = "sha256-xvlzSBvOM09b/m4gI1sbIpIlFJnXQL0G4xet/AL3Yxo=";
hash = "sha256-av6N6RQ+9iW+xG1FpmFjBHL1leU4P0IPiqf7kvJxm6M=";
};
vendorHash = null;