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

wabt: 1.0.35 -> 1.0.36
This commit is contained in:
Sebastián Mancilla 2024-08-15 22:54:06 -04:00 committed by GitHub
commit 5b9b518be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wabt";
version = "1.0.35";
version = "1.0.36";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
hash = "sha256-oWyHR2HRDA/N5Rm9EXhOi+lZ2N7In6HmE74ZL2Nyu9A=";
hash = "sha256-CswVvL6yxTf0ju/UPvEGMgTuNZ8mumSIcnVbYVfy178=";
fetchSubmodules = true;
};