Unverified Commit 5e8f5500 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #296328 from r-ryantm/auto-update/wazero

wazero: 1.6.0 -> 1.7.0
parents 83dc18b3 918384cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "wazero";
  version = "1.6.0";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "tetratelabs";
    repo = "wazero";
    rev = "v${version}";
    hash = "sha256-s01NoliiS8SqoHUjEUUsFcK82nt3xQgmAQZdrEtrOS0=";
    hash = "sha256-TBGRO+5PHPna2dNSeNktxALEc6TvJzV+kEiynYqvhgY=";
  };

  vendorHash = null;