diff options
author | Dennis Kobert <dennis@kobert.dev> | 2025-01-15 16:38:51 +0100 |
---|---|---|
committer | Dennis Kobert <dennis@kobert.dev> | 2025-01-15 16:38:51 +0100 |
commit | d9e39e42095793956b7bf40114749a8091e826b6 (patch) | |
tree | 16b820b40ccc41119cd2c3c62263d0f53ac8acc4 /bindgen | |
parent | bbcb103345ee6ebd2eacc9ec31dbf19ff684f18d (diff) |
Diffstat (limited to 'bindgen')
-rw-r--r-- | bindgen/0.65.1.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bindgen/0.65.1.nix b/bindgen/0.65.1.nix index fcc5edc..fe0fb14 100644 --- a/bindgen/0.65.1.nix +++ b/bindgen/0.65.1.nix @@ -4,15 +4,15 @@ let rustfmt-nightly = rustfmt.override { asNightly = true; }; in rustPlatform.buildRustPackage rec { pname = "rust-bindgen-unwrapped"; - version = "0.65.1"; + version = "0.69.5"; src = fetchCrate { pname = "bindgen-cli"; inherit version; - sha256 = "sha256-9JJXQQSbCxTh3fIbVSrc6WAYGivwomkoB8ZIquUNr9o="; + sha256 = "sha256-5S2ErALaqdn3KWU5DKaeBhe0UQISy2ajkX6aPhgd3xc="; }; - cargoHash = "sha256-Kz6Y+4F9Yu5oKYI9LgZKLh0AkQTwerPS4A758TZrkoc="; + cargoHash = "sha256-ZCQ1EpTeiDg0sWaCy3rMYB8AYixrNqKtCU1KXwDbOWo="; buildInputs = [ clang.cc.lib ]; |