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

wabt: 1.0.28 -> 1.0.29
This commit is contained in:
Mario Rodas
2022-08-13 00:22:17 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wabt";
version = "1.0.28";
version = "1.0.29";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "sha256-nNR2r8jiS0XKru6IdSeTDeCp1izO0xORiupJRa+fhHY=";
sha256 = "sha256-7Kh8kCwdSZX7E2s7UWptQHabYCVZG4luMiB1RJ72hQc=";
fetchSubmodules = true;
};