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

wabt: 1.0.35 -> 1.0.36
This commit is contained in:
Sebastián Mancilla
2024-08-15 22:54:06 -04:00
committed by GitHub
+2 -2
View File
@@ -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;
};