rust-bindgen-unwrapped: 0.70.1 -> 0.71.1 (#362660)

authored by philiptaron.tngl.sh and committed by GitHub 1434a7ae 7f1ba222

+3 -3
+3 -3
pkgs/development/tools/rust/bindgen/unwrapped.nix
··· 5 rustfmt-nightly = rustfmt.override { asNightly = true; }; 6 in rustPlatform.buildRustPackage rec { 7 pname = "rust-bindgen-unwrapped"; 8 - version = "0.70.1"; 9 10 src = fetchCrate { 11 pname = "bindgen-cli"; 12 inherit version; 13 - hash = "sha256-6FRcW/VGqlmLjb64UYqk21HmQ8u0AdVD3S2F+9D/vQo="; 14 }; 15 16 - cargoHash = "sha256-oTeIh5278nckh5fFaEFjWht11ovGmN80MaLJl4k4NAs="; 17 18 buildInputs = [ (lib.getLib clang.cc) ]; 19
··· 5 rustfmt-nightly = rustfmt.override { asNightly = true; }; 6 in rustPlatform.buildRustPackage rec { 7 pname = "rust-bindgen-unwrapped"; 8 + version = "0.71.1"; 9 10 src = fetchCrate { 11 pname = "bindgen-cli"; 12 inherit version; 13 + hash = "sha256-RL9P0dPYWLlEGgGWZuIvyULJfH+c/B+3sySVadJQS3w="; 14 }; 15 16 + cargoHash = "sha256-i92f9grVqVqWmOKkLcBxB1Brk5KztJpPi9zSxVcgXfY="; 17 18 buildInputs = [ (lib.getLib clang.cc) ]; 19