summary refs log tree commit diff
path: root/pkgs/development/tools/rust/bindgen
diff options
context:
space:
mode:
authorBenjamin Saunders <ben.e.saunders@gmail.com>2017-07-06 23:29:54 -0700
committerBenjamin Saunders <ben.e.saunders@gmail.com>2017-07-06 23:29:54 -0700
commit75ca36935522eb66769502d4d99a3eec59afd843 (patch)
treef4e2d386b64c58e4789eee7e9845a7ea83e517f8 /pkgs/development/tools/rust/bindgen
parent05aa2a58db2de248cc2ef516b21fa319ca72613e (diff)
downloadnixlib-75ca36935522eb66769502d4d99a3eec59afd843.tar
nixlib-75ca36935522eb66769502d4d99a3eec59afd843.tar.gz
nixlib-75ca36935522eb66769502d4d99a3eec59afd843.tar.bz2
nixlib-75ca36935522eb66769502d4d99a3eec59afd843.tar.lz
nixlib-75ca36935522eb66769502d4d99a3eec59afd843.tar.xz
nixlib-75ca36935522eb66769502d4d99a3eec59afd843.tar.zst
nixlib-75ca36935522eb66769502d4d99a3eec59afd843.zip
rust-bindgen: 0.25.5 -> 0.26.1
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 6ac192e63756..8fb668df5b92 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.25.5";
+  version = "0.26.1";
 
   src = fetchFromGitHub {
     owner = "servo";
     repo = "rust-bindgen";
     rev = "v${version}";
-    sha256 = "0hv90h279frbxjay5g5vphds6wj3fiid9f2vmg1nr8887y4nif0k";
+    sha256 = "1w1vbfhmcrcl0vacxkivmavjp51cvpyq5lk75n9zs80q5x38ypna";
   };
 
   nativeBuildInputs = [ makeWrapper ];
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
     wrapProgram $out/bin/bindgen --set LIBCLANG_PATH "${llvmPackages.clang-unwrapped}/lib"
   '';
 
-  depsSha256 = "0ylm1wzf9aqcyfmmgpb18bdp5c5d73pnnjw13cv373511mkj1y0m";
+  depsSha256 = "0s1x4ygjwc14fbl2amz5g6n7lq07zy8b00mvwfw6vi6k4bq1g59i";
 
   doCheck = false; # A test fails because it can't find standard headers in NixOS