wamr: 1.3.2 -> 2.0.0

This commit is contained in:
Rafael Fernández López 2024-04-23 09:31:39 +02:00
parent 6ce2c5d6a7
commit db9700fdf0
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 ];