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

wabt: 1.0.29 -> 1.0.30
This commit is contained in:
Mario Rodas 2022-10-08 19:35:47 -05:00 committed by GitHub
commit 4a3df1cc27
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.29";
version = "1.0.30";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "sha256-7Kh8kCwdSZX7E2s7UWptQHabYCVZG4luMiB1RJ72hQc=";
sha256 = "sha256-C8S1+wcJhfv65HY8KCSnX+F6wP1E4Vkr0iwW83OwZxk=";
fetchSubmodules = true;
};