wabt: 1.0.30 -> 1.0.31

This commit is contained in:
R. Ryantm 2022-11-17 05:18:51 +00:00
parent 86018bc836
commit c981c2a4c1

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wabt";
version = "1.0.30";
version = "1.0.31";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "sha256-C8S1+wcJhfv65HY8KCSnX+F6wP1E4Vkr0iwW83OwZxk=";
sha256 = "sha256-EChOQTWGt/LUfwCxmMmYC+zHjW9hVvghhOGr4DfpNtQ=";
fetchSubmodules = true;
};