wasmedge: bump LLVM to 19
See: <https://github.com/WasmEdge/WasmEdge/blob/0.15.0/Changelog.md>
This commit is contained in:
parent
01e8f570c6
commit
21e1bb1152
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user