Merge pull request #293807 from fabaff/gotestwaf-bump

gotestwaf: 0.4.14 -> 0.4.15
This commit is contained in:
Fabian Affolter
2024-03-06 20:50:25 +01:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gotestwaf";
version = "0.4.14";
version = "0.4.15";
src = fetchFromGitHub {
owner = "wallarm";
repo = "gotestwaf";
rev = "refs/tags/v${version}";
hash = "sha256-c8eFndK84ckwKcvu5BbIuH6SXNVyBiwEjHsHTkgwaPU=";
hash = "sha256-C5lDiHDSSweUZh83AOv5WIQ4JuC9OiCvpHshgius51k=";
};
vendorHash = null;