lol

rust-bindgen: 0.64.0 -> 0.65.1 (#228307)

authored by

Alyssa Ross and committed by
GitHub
2d5c1959 63a3bd87

+3 -3
+3 -3
pkgs/development/tools/rust/bindgen/unwrapped.nix
··· 7 7 rustfmt-nightly = rustfmt.override { asNightly = true; }; 8 8 in rustPlatform.buildRustPackage rec { 9 9 pname = "rust-bindgen-unwrapped"; 10 - version = "0.64.0"; 10 + version = "0.65.1"; 11 11 12 12 src = fetchCrate { 13 13 pname = "bindgen-cli"; 14 14 inherit version; 15 - sha256 = "JfR4NDrU86npU+zJ80YKhCn2+hNirzL+0mzLyDHJQjU="; 15 + sha256 = "9JJXQQSbCxTh3fIbVSrc6WAYGivwomkoB8ZIquUNr9o="; 16 16 }; 17 17 18 - cargoSha256 = "e1Dqv3lA8WeVF/bxBedntk2nCWk9pUs6LkgP3svNI0w="; 18 + cargoSha256 = "Kz6Y+4F9Yu5oKYI9LgZKLh0AkQTwerPS4A758TZrkoc="; 19 19 20 20 buildInputs = [ clang.cc.lib ]; 21 21