rust-bindgen-unwrapped: 0.69.4 -> 0.70.1

This commit is contained in:
R. Ryantm 2024-08-24 13:37:39 +00:00
parent 771c5644e8
commit 0f589144a1

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 ];