gotestwaf: 0.4.14 -> 0.4.15
Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.4.14...v0.4.15 Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.4.15
This commit is contained in:
parent
890cbff571
commit
67b54c6298
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gotestwaf";
|
pname = "gotestwaf";
|
||||||
version = "0.4.14";
|
version = "0.4.15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wallarm";
|
owner = "wallarm";
|
||||||
repo = "gotestwaf";
|
repo = "gotestwaf";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-c8eFndK84ckwKcvu5BbIuH6SXNVyBiwEjHsHTkgwaPU=";
|
hash = "sha256-C5lDiHDSSweUZh83AOv5WIQ4JuC9OiCvpHshgius51k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
Loading…
Reference in a new issue