wasmedge: bump LLVM to 19

See: <https://github.com/WasmEdge/WasmEdge/blob/0.15.0/Changelog.md>
This commit is contained in:
Emily 2025-08-09 23:45:43 +01:00
parent 01e8f570c6
commit 21e1bb1152

View File

@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
llvmPackages_17,
llvmPackages_19,
boost,
cmake,
spdlog,
@ -20,7 +20,7 @@ let
# ```
#
# > Where `.#` is the flake path were the repo `wasmedge` was cloned at the expected version.
llvmPackages = llvmPackages_17;
llvmPackages = llvmPackages_19;
in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "wasmedge";