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

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