summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-10-11 20:33:54 +0900
committerJon <jonringer@users.noreply.github.com>2020-10-20 09:09:13 -0700
commitafc8027dded5927a48f0c7469edf631a1978c9a5 (patch)
tree70eb8c5ba533a4ff532ac0dffdf28eab503422ab /pkgs/development/tools/rust
parent4d7925f642fa28eb31d3636f635a8936f5091bea (diff)
downloadnixpkgs-afc8027dded5927a48f0c7469edf631a1978c9a5.tar
nixpkgs-afc8027dded5927a48f0c7469edf631a1978c9a5.tar.gz
nixpkgs-afc8027dded5927a48f0c7469edf631a1978c9a5.tar.bz2
nixpkgs-afc8027dded5927a48f0c7469edf631a1978c9a5.tar.lz
nixpkgs-afc8027dded5927a48f0c7469edf631a1978c9a5.tar.xz
nixpkgs-afc8027dded5927a48f0c7469edf631a1978c9a5.tar.zst
nixpkgs-afc8027dded5927a48f0c7469edf631a1978c9a5.zip
rust-bindgen: 0.54.1 -> 0.55.1
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/bindgen/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/bindgen/default.nix b/pkgs/development/tools/rust/bindgen/default.nix
index 0c476a58e3d..01e29036dbc 100644
--- a/pkgs/development/tools/rust/bindgen/default.nix
+++ b/pkgs/development/tools/rust/bindgen/default.nix
@@ -3,7 +3,7 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rust-bindgen";
-  version = "0.54.1";
+  version = "0.55.1";
 
   RUSTFLAGS = "--cap-lints warn"; # probably OK to remove after update
 
@@ -11,10 +11,10 @@ rustPlatform.buildRustPackage rec {
     owner = "rust-lang";
     repo = pname;
     rev = "v${version}";
-    sha256 = "116np72w6agsi94xa1bdn6h7sa9gd522h358zlixk9xrhrx7yfn3";
+    sha256 = "0cbc78zrhda4adza88g05sy04chixqay2ylgdjgmf13h607hp3kn";
   };
 
-  cargoSha256 = "12a7bd2579jcnkss073v5w5w68fxwvhq6c6ndjy8vp78wg83qich";
+  cargoSha256 = "1dv1ywdy701bnc2jv5jq0hnpal1snlizaj9w6k1wxyrp9szjd48w";
 
   libclang = llvmPackages.libclang.lib; #for substituteAll