wabt: 1.0.36 -> 1.0.37 (#386852)

This commit is contained in:
Nick Cao
2025-03-08 17:39:15 -05:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "wabt";
version = "1.0.36";
version = "1.0.37";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
hash = "sha256-CswVvL6yxTf0ju/UPvEGMgTuNZ8mumSIcnVbYVfy178=";
hash = "sha256-Ejr+FxaYRDI01apHhKTs11iwcv72a8ZxyPmVetEvadU=";
fetchSubmodules = true;
};