gotestwaf: 0.5.7 -> 0.5.8

This commit is contained in:
R. Ryantm
2025-07-31 20:12:36 +00:00
parent b4d340fb7b
commit fbbcd14e9c
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gotestwaf";
version = "0.5.7";
version = "0.5.8";
src = fetchFromGitHub {
owner = "wallarm";
repo = "gotestwaf";
tag = "v${version}";
hash = "sha256-3wiMysrjQbTbygcSYwJo62naARS01qrVlhmi2cwdpHA=";
hash = "sha256-PZM3+xQnoUat214UCaWtB2NmY6ju4EdfjFbXSdS3IrE=";
};
vendorHash = "sha256-5rLYepwuy0B92tshVInYPfKyie9n+Xjh4x8XALcRHm4=";