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

wabt: 1.0.24 -> 1.0.25
This commit is contained in:
Maximilian Bosch 2021-12-24 16:35:33 +01:00 committed by GitHub
commit b419971ffa
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.24";
version = "1.0.25";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "sha256-/blukivL6+xsnChxDp5gCr5w8S3bBuhO459YkLGxYmA=";
sha256 = "sha256-2go4HR/z96ONisXBGZDSIB5vXtHvRqBMhHOQTBL5G5w=";
fetchSubmodules = true;
};