wamr: 2.1.0 -> 2.1.1

This commit is contained in:
Rafael Fernández López 2024-07-16 12:51:55 +02:00
parent 6c09edc5c5
commit 4329250e0f
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.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "wasm-micro-runtime";
rev = "WAMR-${finalAttrs.version}";
hash = "sha256-2jZnvfW/f928DxVwd+z/BVPNPWfbyV8Rjek23NQhFz8=";
hash = "sha256-/DQ+dZ3VoijL7FdgRgPg3H7whhXhjIzjhCaqpjPYw4k=";
};
nativeBuildInputs = [ cmake ];