summary refs log tree commit diff
path: root/pkgs/development/tools/rust/bindgen
diff options
context:
space:
mode:
authorVladyslav Mykhailichenko <dywedir@pm.me>2018-04-12 23:01:03 +0300
committerVladyslav Mykhailichenko <dywedir@pm.me>2018-04-12 23:01:03 +0300
commit6f636251445cc2a238fa400e3448bb663a97976c (patch)
treead9aa7f6577bd3437a9a4e9e094f4b73fd9a8394 /pkgs/development/tools/rust/bindgen
parent3de85fbec3ce8861eb2d2f149f44da7ce94e4878 (diff)
downloadnixlib-6f636251445cc2a238fa400e3448bb663a97976c.tar
nixlib-6f636251445cc2a238fa400e3448bb663a97976c.tar.gz
nixlib-6f636251445cc2a238fa400e3448bb663a97976c.tar.bz2
nixlib-6f636251445cc2a238fa400e3448bb663a97976c.tar.lz
nixlib-6f636251445cc2a238fa400e3448bb663a97976c.tar.xz
nixlib-6f636251445cc2a238fa400e3448bb663a97976c.tar.zst
nixlib-6f636251445cc2a238fa400e3448bb663a97976c.zip
rust-bindgen: 0.35.0 -> 0.36.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 61adb0b73fbd..2f4c89ab43be 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.35.0";
+  version = "0.36.0";
 
   src = fetchFromGitHub {
     owner = "rust-lang-nursery";
     repo = "rust-bindgen";
     rev = "v${version}";
-    sha256 = "1qs67mkvrzwzi69rlq49p098h247197f2jiq1f4ivw9naggq5c7v";
+    sha256 = "1bpya490qh2jvq99mdlcifj6mgn3yxr0sqas6y5xw842b46g6hi6";
   };
 
   nativeBuildInputs = [ makeWrapper ];
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
     wrapProgram $out/bin/bindgen --set LIBCLANG_PATH "${llvmPackages.clang-unwrapped.lib}/lib"
   '';
 
-  cargoSha256 = "0bh22fkynn1z83230pbj0gg5k3948f6m0idzyqjyfg1f3qmnzdi6";
+  cargoSha256 = "0b8v6c7q1abibzygrigldpd31lyd5ngmj4vq5d7zni96m20mm85w";
 
   doCheck = false; # A test fails because it can't find standard headers in NixOS