Commit 1c26ee08 authored by R. RyanTM's avatar R. RyanTM
Browse files

wabt: 1.0.35 -> 1.0.36

parent 46784713
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.35";
  version = "1.0.36";

  src = fetchFromGitHub {
    owner = "WebAssembly";
    repo = "wabt";
    rev = version;
    hash = "sha256-oWyHR2HRDA/N5Rm9EXhOi+lZ2N7In6HmE74ZL2Nyu9A=";
    hash = "sha256-CswVvL6yxTf0ju/UPvEGMgTuNZ8mumSIcnVbYVfy178=";
    fetchSubmodules = true;
  };