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

gotestwaf: 0.4.6 -> 0.4.7
This commit is contained in:
Fabian Affolter 2023-11-11 09:12:58 +01:00 committed by GitHub
commit d40361134a
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.6";
version = "0.4.7";
src = fetchFromGitHub {
owner = "wallarm";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-jiEs5/HWNZ3DmahWVC6j2eJqFyCAibp1rFS+gtK7haI=";
hash = "sha256-Ypcn6rsimID5B+xrdetxQTopg+xvkNILJFGKf2dbO8k=";
};
vendorHash = null;