zcash: unpin LLVM-14

This commit is contained in:
Reno Dakota 2024-11-25 02:08:16 +00:00
parent f02f515725
commit c5a0fff879
No known key found for this signature in database

View File

@ -16664,7 +16664,7 @@ with pkgs;
zcash = callPackage ../applications/blockchains/zcash {
inherit (darwin.apple_sdk.frameworks) Security;
stdenv = llvmPackages_14.stdenv;
stdenv = llvmPackages.stdenv;
};
polkadot = callPackage ../applications/blockchains/polkadot {