Merge pull request #299072 from r-ryantm/auto-update/gotestwaf

gotestwaf: 0.4.16 -> 0.4.17
This commit is contained in:
Fabian Affolter
2024-03-26 10:25:33 +01:00
committed by GitHub
+2 -2
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;