chore: update to LLVM 18

This commit is contained in:
山下 2024-05-10 10:33:29 +09:00
parent bf97707ef2
commit 9839a05a10
2 changed files with 4 additions and 4 deletions

View file

@ -36,11 +36,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1713805509, "lastModified": 1715161350,
"narHash": "sha256-YgSEan4CcrjivCNO5ZNzhg7/8ViLkZ4CB/GrGBVSudo=", "narHash": "sha256-5ZU8DVwHO0gjw2sKoKkToYOXMJFRBpRsa17Ebm8fgj0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1e1dc66fe68972a76679644a5577828b6a7e8be4", "rev": "c4200cb341ee794775185ecd4105fbbfb5ca73a0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -33,7 +33,7 @@
wasmtime wasmtime
zlib zlib
] ]
++ (with llvmPackages_17; [ ++ (with llvmPackages_18; [
clang clang
clang-unwrapped clang-unwrapped
lld lld