Unverified Commit 1732e5b8 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

wamr: 2.1.1 -> 2.2.0 (#350415)

parents 33635b9f 845d1931
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];