wabt: 1.0.36 -> 1.0.37

This commit is contained in:
R. Ryantm
2025-03-03 21:34:19 +00:00
parent 789d5d0633
commit 242baa423b
+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;
};