mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
rust-bindgen: 0.63.0 -> 0.64.0
Changelog[1] and my testing suggests generated bindings aren't going
to change much or at all.
[1]: ae6817256a/CHANGELOG.md
This commit is contained in:
parent
43885865ac
commit
d607d078e2
@ -7,15 +7,15 @@ let
|
||||
rustfmt-nightly = rustfmt.override { asNightly = true; };
|
||||
in rustPlatform.buildRustPackage rec {
|
||||
pname = "rust-bindgen-unwrapped";
|
||||
version = "0.63.0";
|
||||
version = "0.64.0";
|
||||
|
||||
src = fetchCrate {
|
||||
pname = "bindgen-cli";
|
||||
inherit version;
|
||||
sha256 = "sha256-qynsHbcljbJyi4wq9AxEE7KIclnDqNTMFAW366JhBSo=";
|
||||
sha256 = "JfR4NDrU86npU+zJ80YKhCn2+hNirzL+0mzLyDHJQjU=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-nOPJo6vWMAcG9VG03uceYyLiJfomFERViDCZ0vFnenY=";
|
||||
cargoSha256 = "e1Dqv3lA8WeVF/bxBedntk2nCWk9pUs6LkgP3svNI0w=";
|
||||
|
||||
buildInputs = [ clang.cc.lib ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user