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

wabt: 1.0.27 -> 1.0.28
This commit is contained in:
Mario Rodas 2022-04-14 09:37:27 -05:00 committed by GitHub
commit a7d80c6640
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.27";
version = "1.0.28";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "sha256-13et9+yoxoITOO9EEyLMNhG4VCj0jd+JhOlw0DxvwOg=";
sha256 = "sha256-nNR2r8jiS0XKru6IdSeTDeCp1izO0xORiupJRa+fhHY=";
fetchSubmodules = true;
};