Update srcfile + zig llvm to 14

This commit is contained in:
joachimschmidt557 2022-07-11 23:37:31 +02:00
parent 18fb6ca766
commit 94a1ce58a2
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 5 additions and 3 deletions

View file

@ -4,9 +4,9 @@ pkgs.mkShell {
buildInputs = with pkgs; [
cmake
ninja
llvmPackages_13.clang-unwrapped
llvmPackages_13.llvm
llvmPackages_13.lld
llvmPackages_14.clang-unwrapped
llvmPackages_14.llvm
llvmPackages_14.lld
libxml2
zlib
];