summary refs log tree commit diff
path: root/pkgs/development/tools/rust/bindgen
diff options
context:
space:
mode:
authordywedir <dywedir@protonmail.ch>2017-08-29 00:14:20 +0300
committerdywedir <dywedir@protonmail.ch>2017-08-29 00:14:20 +0300
commitf71d1211734f4c25f8317c5a23348535ad227c88 (patch)
treea3fa4b7773abf285533113faf5b3f4aeed0ae291 /pkgs/development/tools/rust/bindgen
parent8c3cc7c7c4fa88b4df7adf7841cb5cbf03459f8f (diff)
downloadnixlib-f71d1211734f4c25f8317c5a23348535ad227c88.tar
nixlib-f71d1211734f4c25f8317c5a23348535ad227c88.tar.gz
nixlib-f71d1211734f4c25f8317c5a23348535ad227c88.tar.bz2
nixlib-f71d1211734f4c25f8317c5a23348535ad227c88.tar.lz
nixlib-f71d1211734f4c25f8317c5a23348535ad227c88.tar.xz
nixlib-f71d1211734f4c25f8317c5a23348535ad227c88.tar.zst
nixlib-f71d1211734f4c25f8317c5a23348535ad227c88.zip
rust-bindgen: 0.29.0 -> 0.30.0
Diffstat (limited to 'pkgs/development/tools/rust/bindgen')
-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 9be048257ced..78a327c9ea15 100644
--- a/pkgs/development/tools/rust/bindgen/default.nix
+++ b/pkgs/development/tools/rust/bindgen/default.nix
@@ -4,13 +4,13 @@
 
 rustPlatform.buildRustPackage rec {
   name = "rust-bindgen-${version}";
-  version = "0.29.0";
+  version = "0.30.0";
 
   src = fetchFromGitHub {
     owner = "rust-lang-nursery";
     repo = "rust-bindgen";
     rev = "v${version}";
-    sha256 = "190nilbqch8w2hcdmzgkk2npgsn49a4y9c5r0mxa9d7nz7h0imxk";
+    sha256 = "02ic48qng76rvwa54i8zkvqgr8kfsyj3axc08naylzcvwzp84bsf";
   };
 
   nativeBuildInputs = [ makeWrapper ];
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
     wrapProgram $out/bin/bindgen --set LIBCLANG_PATH "${llvmPackages.clang-unwrapped}/lib"
   '';
 
-  depsSha256 = "1y55xdqsk200hj5dhbigsgsx11w5cfxms84hhyl9y7w6jszbzxzw";
+  depsSha256 = "06b5zyw9p7h73h30c1nlnwjb0zmkfx52wqsl9b14y9hx51g9bw0r";
 
   doCheck = false; # A test fails because it can't find standard headers in NixOS