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

wabt: 1.0.31 -> 1.0.32
This commit is contained in:
Fabian Affolter 2023-01-10 17:53:57 +01:00 committed by GitHub
commit 8a094ee7d7
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.31";
version = "1.0.32";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "sha256-EChOQTWGt/LUfwCxmMmYC+zHjW9hVvghhOGr4DfpNtQ=";
sha256 = "sha256-kLPs/9tQtvUEOGsLtnK0uqJnCWTHR6JU7BCwtFEmIlQ=";
fetchSubmodules = true;
};