Loading pkgs/development/tools/rust/bindgen/unwrapped.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,15 +11,15 @@ let in rustPlatform.buildRustPackage rec { pname = "rust-bindgen-unwrapped"; version = "0.72.0"; version = "0.72.1"; src = fetchCrate { pname = "bindgen-cli"; inherit version; hash = "sha256-0hIxXKq7zu/gq0QAs2Ffuq584a9w1RWctPs9SBfc0/I="; hash = "sha256-rhdQZcnlqVSUqvFDg0Scs1+DHGcKyazeS5H9HH7u8Fk="; }; cargoHash = "sha256-K/iM79RfNU+3f2ae6wy/FMFAD68vfqzSUebqALPJpJY="; cargoHash = "sha256-YNpqVB+zdZ76Av2L+yQuBrxKvNML9+3H7ES4+7mED0E="; preConfigure = '' export LIBCLANG_PATH="${lib.getLib clang.cc}/lib" Loading Loading
pkgs/development/tools/rust/bindgen/unwrapped.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,15 +11,15 @@ let in rustPlatform.buildRustPackage rec { pname = "rust-bindgen-unwrapped"; version = "0.72.0"; version = "0.72.1"; src = fetchCrate { pname = "bindgen-cli"; inherit version; hash = "sha256-0hIxXKq7zu/gq0QAs2Ffuq584a9w1RWctPs9SBfc0/I="; hash = "sha256-rhdQZcnlqVSUqvFDg0Scs1+DHGcKyazeS5H9HH7u8Fk="; }; cargoHash = "sha256-K/iM79RfNU+3f2ae6wy/FMFAD68vfqzSUebqALPJpJY="; cargoHash = "sha256-YNpqVB+zdZ76Av2L+yQuBrxKvNML9+3H7ES4+7mED0E="; preConfigure = '' export LIBCLANG_PATH="${lib.getLib clang.cc}/lib" Loading