wabt: 1.0.32 -> 1.0.33

This commit is contained in:
R. Ryantm 2023-05-14 18:54:37 +00:00
parent 70d8a790cd
commit 9a48c43909

View file

@ -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;
};