rust-bindgen-unwrapped: 0.66.1 -> 0.69.1
This commit is contained in:
parent
c0910610ee
commit
b9dbec0279
1 changed files with 3 additions and 3 deletions
|
@ -7,15 +7,15 @@ let
|
|||
rustfmt-nightly = rustfmt.override { asNightly = true; };
|
||||
in rustPlatform.buildRustPackage rec {
|
||||
pname = "rust-bindgen-unwrapped";
|
||||
version = "0.66.1";
|
||||
version = "0.69.1";
|
||||
|
||||
src = fetchCrate {
|
||||
pname = "bindgen-cli";
|
||||
inherit version;
|
||||
sha256 = "sha256-xVTVC3dNGIJeFm/v3swekzuJ2RQOe+wSh05vuWYTDRs=";
|
||||
sha256 = "sha256-zqyIc07RLti2xb23bWzL7zFjreEZuUstnYSp+jUX8Lw=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-eIvl0RSKErNPip0r6iz7JVHm5YvuY3ke/6aMgkryRcI=";
|
||||
cargoHash = "sha256-o1B8jq7Ze97pBLE9gvNsmCaD/tsW4f6DL0upzQkxbA4=";
|
||||
|
||||
buildInputs = [ clang.cc.lib ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue