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

gotestwaf: 0.4.18 -> 0.4.19
This commit is contained in:
Aleksana 2024-05-14 21:17:33 +08:00 committed by GitHub
commit 61f3a84864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +1,20 @@
{ lib
, buildGoModule
, fetchFromGitHub
, gotestwaf
, testers
{
lib,
buildGoModule,
fetchFromGitHub,
gotestwaf,
testers,
}:
buildGoModule rec {
pname = "gotestwaf";
version = "0.4.18";
version = "0.4.19";
src = fetchFromGitHub {
owner = "wallarm";
repo = "gotestwaf";
rev = "refs/tags/v${version}";
hash = "sha256-+AM+x/jKkoXLeWOhrCALhCDuoGCl5jt0BiCit885K7I=";
hash = "sha256-ax2HPhdaqawpFe2AZg3SVsEJLG7gEgL7632iRADpaa8=";
};
vendorHash = null;