mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 08:52:48 +02:00
chore: update to LLVM 18
This commit is contained in:
parent
bf97707ef2
commit
9839a05a10
2 changed files with 4 additions and 4 deletions
6
templates/compiler-dev/flake.lock
generated
6
templates/compiler-dev/flake.lock
generated
|
@ -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": {
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
wasmtime
|
wasmtime
|
||||||
zlib
|
zlib
|
||||||
]
|
]
|
||||||
++ (with llvmPackages_17; [
|
++ (with llvmPackages_18; [
|
||||||
clang
|
clang
|
||||||
clang-unwrapped
|
clang-unwrapped
|
||||||
lld
|
lld
|
||||||
|
|
Loading…
Add table
Reference in a new issue