wabt: 1.0.25 -> 1.0.26

This commit is contained in:
R. Ryantm 2022-02-08 05:13:21 +00:00 committed by Jonathan Ringer
parent 2373e0f268
commit 581e6396b2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wabt";
version = "1.0.25";
version = "1.0.26";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "sha256-2go4HR/z96ONisXBGZDSIB5vXtHvRqBMhHOQTBL5G5w=";
sha256 = "sha256-xX654awHD7tHRhM6VYmbgsX3/XQDLmAUJ1EpBIQMc3M=";
fetchSubmodules = true;
};