Merge pull request #255014 from fabaff/gotestwaf-bump

gotestwaf: 0.4.3 -> 0.4.6
This commit is contained in:
Fabian Affolter 2023-09-14 07:24:21 +02:00 committed by GitHub
commit a939fb05c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gotestwaf";
version = "0.4.3";
version = "0.4.6";
src = fetchFromGitHub {
owner = "wallarm";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-NalXG4I4BtDU7vfKb4H3gJERDQ92Y/46OWIgdg+7+MA=";
hash = "sha256-jiEs5/HWNZ3DmahWVC6j2eJqFyCAibp1rFS+gtK7haI=";
};
vendorHash = null;