gotestwaf: 0.4.16 -> 0.4.17

This commit is contained in:
R. Ryantm 2024-03-26 02:13:24 +00:00
parent dda0c576b2
commit a4946bad6b
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gotestwaf";
version = "0.4.16";
version = "0.4.17";
src = fetchFromGitHub {
owner = "wallarm";
repo = "gotestwaf";
rev = "refs/tags/v${version}";
hash = "sha256-fMSXnA8ZuyfOQINkWiYwX7NSffsHbdlfDcpfo/hahMY=";
hash = "sha256-Ix2S+yJMAn7RCMuw5SkvnfVy7XH6yIuGwXP/EAnhyI0=";
};
vendorHash = null;