Merge pull request #306200 from ereslibre/bump-wamr

wamr: 1.3.2 -> 2.0.0
This commit is contained in:
Mario Rodas 2024-04-23 19:00:24 -05:00 committed by GitHub
commit c41af36650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wamr";
version = "1.3.2";
version = "2.0.0";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "wasm-micro-runtime";
rev = "WAMR-${finalAttrs.version}";
hash = "sha256-4iH1PC0fEPehlez8YWgqPBxWnePFcMBzbGfd2CQjvd4=";
hash = "sha256-7k7FRe1mBH/+r9M19pYGAHX5rt54AomeWDBW4lwCfu4=";
};
nativeBuildInputs = [ cmake ];