Unverified Commit 1334fbac authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #231902 from r-ryantm/auto-update/wabt

wabt: 1.0.32 -> 1.0.33
parents d8b94f5b 9a48c439
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "wabt";
  version = "1.0.32";
  version = "1.0.33";

  src = fetchFromGitHub {
    owner = "WebAssembly";
    repo = "wabt";
    rev = version;
    sha256 = "sha256-kLPs/9tQtvUEOGsLtnK0uqJnCWTHR6JU7BCwtFEmIlQ=";
    sha256 = "sha256-zSgV+lrNpQcR+V6Icyf3cPMeAdRDfsL2EErF8pxev5c=";
    fetchSubmodules = true;
  };