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