rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291)

This commit is contained in:
Weijia Wang 2024-11-03 04:59:16 +01:00 committed by GitHub
commit a808a98993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,15 +5,15 @@ let
rustfmt-nightly = rustfmt.override { asNightly = true; };
in rustPlatform.buildRustPackage rec {
pname = "rust-bindgen-unwrapped";
version = "0.69.4";
version = "0.70.1";
src = fetchCrate {
pname = "bindgen-cli";
inherit version;
hash = "sha256-5fwJq1WsL3IEcVUjsyqKdQU8VufbbPk6TglwJg3C1Gw=";
hash = "sha256-6FRcW/VGqlmLjb64UYqk21HmQ8u0AdVD3S2F+9D/vQo=";
};
cargoHash = "sha256-UROy/MyPBKJe+EaiUIDbOYKVbge0C9LsmfnsvOLEONE=";
cargoHash = "sha256-oTeIh5278nckh5fFaEFjWht11ovGmN80MaLJl4k4NAs=";
buildInputs = [ clang.cc.lib ];