wamr: 2.1.1 -> 2.2.0

This commit is contained in:
Rafael Fernández López 2024-10-22 09:00:29 +02:00
parent 29dccd64f5
commit 845d19319c
No known key found for this signature in database
GPG Key ID: A07C55EEE4CCE570

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wamr";
version = "2.1.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "wasm-micro-runtime";
rev = "WAMR-${finalAttrs.version}";
hash = "sha256-/DQ+dZ3VoijL7FdgRgPg3H7whhXhjIzjhCaqpjPYw4k=";
hash = "sha256-Rhn26TRyjkR30+zyosfooOGjhvG+ztYtJVQlRfzWEFo=";
};
nativeBuildInputs = [ cmake ];