Merge pull request #127128 from baloo/baloo/bindgen/llvm_latest

rust-bindgen: some features of bindgen require a recent version of llvm

authored by

Sandro and committed by
GitHub
f4ca9882 2c2f5119

+2 -2
+2 -2
pkgs/development/tools/rust/bindgen/default.nix
··· 1 - { lib, fetchFromGitHub, rustPlatform, clang, llvmPackages, rustfmt, writeScriptBin 1 + { lib, fetchFromGitHub, rustPlatform, clang, llvmPackages_latest, rustfmt, writeScriptBin 2 2 , runtimeShell 3 3 , bash 4 4 }: ··· 19 19 cargoSha256 = "0r60smhlx1992a1s1k5sxjpdqllb2xsqcimgx3ldp5fdkfphk3cw"; 20 20 21 21 #for substituteAll 22 - libclang = llvmPackages.libclang.lib; 22 + libclang = llvmPackages_latest.libclang.lib; 23 23 inherit bash; 24 24 25 25 buildInputs = [ libclang ];