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

View File

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