Loading pkgs/development/tools/rust/bindgen/unwrapped.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ let in rustPlatform.buildRustPackage rec { pname = "rust-bindgen-unwrapped"; version = "0.71.1"; version = "0.72.0"; src = fetchCrate { pname = "bindgen-cli"; inherit version; hash = "sha256-RL9P0dPYWLlEGgGWZuIvyULJfH+c/B+3sySVadJQS3w="; hash = "sha256-0hIxXKq7zu/gq0QAs2Ffuq584a9w1RWctPs9SBfc0/I="; }; useFetchCargoVendor = true; cargoHash = "sha256-4EyDjHreFFFSGf7UoftCh6eI/8nfIP1ANlYWq0K8a3I="; cargoHash = "sha256-K/iM79RfNU+3f2ae6wy/FMFAD68vfqzSUebqALPJpJY="; buildInputs = [ (lib.getLib clang.cc) ]; Loading Loading
pkgs/development/tools/rust/bindgen/unwrapped.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ let in rustPlatform.buildRustPackage rec { pname = "rust-bindgen-unwrapped"; version = "0.71.1"; version = "0.72.0"; src = fetchCrate { pname = "bindgen-cli"; inherit version; hash = "sha256-RL9P0dPYWLlEGgGWZuIvyULJfH+c/B+3sySVadJQS3w="; hash = "sha256-0hIxXKq7zu/gq0QAs2Ffuq584a9w1RWctPs9SBfc0/I="; }; useFetchCargoVendor = true; cargoHash = "sha256-4EyDjHreFFFSGf7UoftCh6eI/8nfIP1ANlYWq0K8a3I="; cargoHash = "sha256-K/iM79RfNU+3f2ae6wy/FMFAD68vfqzSUebqALPJpJY="; buildInputs = [ (lib.getLib clang.cc) ]; Loading