Merge pull request #270748 from fabaff/gotestwaf-bump

gotestwaf: 0.4.7 -> 0.4.8
This commit is contained in:
Fabian Affolter 2023-11-29 10:08:22 +01:00 committed by GitHub
commit c48056c76b
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.7";
version = "0.4.8";
src = fetchFromGitHub {
owner = "wallarm";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Ypcn6rsimID5B+xrdetxQTopg+xvkNILJFGKf2dbO8k=";
hash = "sha256-5cvyKCzisfuoMPuQpiRnIBCTw2yMdA1yavKNS9OwW58=";
};
vendorHash = null;