gotestwaf: 0.4.3 -> 0.4.6
Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.4.3...v0.4.6 Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.4.6
This commit is contained in:
parent
696353fcf4
commit
52009788c7
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gotestwaf";
|
pname = "gotestwaf";
|
||||||
version = "0.4.3";
|
version = "0.4.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wallarm";
|
owner = "wallarm";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-NalXG4I4BtDU7vfKb4H3gJERDQ92Y/46OWIgdg+7+MA=";
|
hash = "sha256-jiEs5/HWNZ3DmahWVC6j2eJqFyCAibp1rFS+gtK7haI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user