gotestwaf: 0.5.5 -> 0.5.6 (#350250)

This commit is contained in:
Fabian Affolter 2024-10-22 10:23:23 +02:00 committed by GitHub
commit 499f5e1005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "gotestwaf";
version = "0.5.5";
version = "0.5.6";
src = fetchFromGitHub {
owner = "wallarm";
repo = "gotestwaf";
rev = "refs/tags/v${version}";
hash = "sha256-stGjxv9cgYxxclQpyytN6dhFm2G1Gxbf9MdyKw6gEC4=";
hash = "sha256-bZ8cNREPUgIO7lJg0WBtc9qvkDUnfqtFNi612Ctcxo8=";
};
vendorHash = "sha256-mPqCphweDF9RQibdjTaXXfXdO8NENHVMdIPxrJEw2g4=";