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

wabt: 1.0.30 -> 1.0.31
This commit is contained in:
Mario Rodas 2022-11-18 04:24:02 -05:00 committed by GitHub
commit fcc7873b5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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