Merge pull request #299072 from r-ryantm/auto-update/gotestwaf
gotestwaf: 0.4.16 -> 0.4.17
This commit is contained in:
commit
73eadf8772
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gotestwaf";
|
pname = "gotestwaf";
|
||||||
version = "0.4.16";
|
version = "0.4.17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wallarm";
|
owner = "wallarm";
|
||||||
repo = "gotestwaf";
|
repo = "gotestwaf";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-fMSXnA8ZuyfOQINkWiYwX7NSffsHbdlfDcpfo/hahMY=";
|
hash = "sha256-Ix2S+yJMAn7RCMuw5SkvnfVy7XH6yIuGwXP/EAnhyI0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
Loading…
Reference in a new issue