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

wabt: 1.0.33 -> 1.0.34
This commit is contained in:
Mario Rodas 2023-10-27 17:46:39 -05:00 committed by GitHub
commit b645776538
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.33";
version = "1.0.34";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "sha256-zSgV+lrNpQcR+V6Icyf3cPMeAdRDfsL2EErF8pxev5c=";
sha256 = "sha256-KlaMc3k1y6KviMDrMbKPcJOywJasrPZrnvSos8hgu+8=";
fetchSubmodules = true;
};