Commit f8d6770b authored by R. RyanTM's avatar R. RyanTM
Browse files

gotestwaf: 0.4.18 -> 0.4.19

parent 5e1830b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

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;