wamrc: 2.4.4 -> 2.4.5

(cherry picked from commit 54c1ba4236)
This commit is contained in:
R. Ryantm 2026-06-30 03:30:29 +00:00 committed by github-actions[bot]
commit a60791ad16

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wamrc";
version = "2.4.4";
version = "2.4.5";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "wasm-micro-runtime";
tag = "WAMR-${finalAttrs.version}";
hash = "sha256-pNudBKnhdR/Ye0m2tVZB/wSfJZYK8+gdCpCp0rDp0o4=";
hash = "sha256-HBew8kbi7AaKrAEZbPIlXqiO+1wDljSzEsE9+FWzxHE=";
};
nativeBuildInputs = [