rust-bindgen-unwrapped: 0.69.2 -> 0.69.4

This commit is contained in:
R. Ryantm 2024-02-11 03:16:25 +00:00
parent e72d6a1d3f
commit 06901f313d

View File

@ -7,15 +7,15 @@ let
rustfmt-nightly = rustfmt.override { asNightly = true; };
in rustPlatform.buildRustPackage rec {
pname = "rust-bindgen-unwrapped";
version = "0.69.2";
version = "0.69.4";
src = fetchCrate {
pname = "bindgen-cli";
inherit version;
sha256 = "sha256-ytbaXCVNXXBtJet5CBkCNUoISxdFXt/kgb4VVZisUXE=";
sha256 = "sha256-5fwJq1WsL3IEcVUjsyqKdQU8VufbbPk6TglwJg3C1Gw=";
};
cargoHash = "sha256-pnoCq25CrZIAQNkDsokIVVyUYLlg7WY6th17IgeW9x8=";
cargoHash = "sha256-UROy/MyPBKJe+EaiUIDbOYKVbge0C9LsmfnsvOLEONE=";
buildInputs = [ clang.cc.lib ];