about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-02-12 06:21:19 -0800
committerGitHub <noreply@github.com>2020-02-12 06:21:19 -0800
commitbd9cbc685ae3f97830588a332e0a1ed916b3b673 (patch)
tree1c767a6086e2948368ee665017f7a055c0be8dba /pkgs/development/tools/rust
parentc384edd32e0a85be29cd24b1b6b7506250d80eb2 (diff)
parent3b1608a94bf9a4e3c419e5bbe1fd3ce10889950b (diff)
downloadnixlib-bd9cbc685ae3f97830588a332e0a1ed916b3b673.tar
nixlib-bd9cbc685ae3f97830588a332e0a1ed916b3b673.tar.gz
nixlib-bd9cbc685ae3f97830588a332e0a1ed916b3b673.tar.bz2
nixlib-bd9cbc685ae3f97830588a332e0a1ed916b3b673.tar.lz
nixlib-bd9cbc685ae3f97830588a332e0a1ed916b3b673.tar.xz
nixlib-bd9cbc685ae3f97830588a332e0a1ed916b3b673.tar.zst
nixlib-bd9cbc685ae3f97830588a332e0a1ed916b3b673.zip
Merge pull request #79697 from r-ryantm/auto-update/rust-bindgen
rust-bindgen: 0.52.0 -> 0.53.1
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/bindgen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/rust/bindgen/default.nix b/pkgs/development/tools/rust/bindgen/default.nix
index a87ef4d2228a..29f6fe5bd42d 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.52.0";
+  version = "0.53.1";
 
   RUSTFLAGS = "--cap-lints warn"; # probably OK to remove after update
 
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
     owner = "rust-lang";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0rf5sg9136f4j7s07iz2gd481h8gzdd106jc1jw1p5pw4zaiz5l0";
+    sha256 = "0zxqryqks9in9q7az0lrw8fq9wnc5p4yf6b1fxnzy2j6qhlw2c5c";
   };
 
   cargoSha256 = "1wy5xdkf9ql2l9qavi0fh7hwjvly108f4l2m1k947412fyjwr7x7";