about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-21 17:07:27 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-22 02:07:27 +0200
commit0106dfcbeb56742503a89309c60a95433514226e (patch)
tree2f66ca9b6ab3c309832e118f2786dbe473a3ab43 /pkgs
parent9cf701f856df2cdb7ec18cf7bc3829bf40c0cdcc (diff)
downloadnixlib-0106dfcbeb56742503a89309c60a95433514226e.tar
nixlib-0106dfcbeb56742503a89309c60a95433514226e.tar.gz
nixlib-0106dfcbeb56742503a89309c60a95433514226e.tar.bz2
nixlib-0106dfcbeb56742503a89309c60a95433514226e.tar.lz
nixlib-0106dfcbeb56742503a89309c60a95433514226e.tar.xz
nixlib-0106dfcbeb56742503a89309c60a95433514226e.tar.zst
nixlib-0106dfcbeb56742503a89309c60a95433514226e.zip
rust-bindgen: 0.36.1 -> 0.37.0 (#40833)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/rust-bindgen/versions.

These checks were done:

- built on NixOS
- /nix/store/y7lbrcpy05c1br43257fj056p6vf269l-rust-bindgen-0.37.0/bin/bindgen passed the binary check.
- Warning: no invocation of /nix/store/y7lbrcpy05c1br43257fj056p6vf269l-rust-bindgen-0.37.0/bin/.bindgen-wrapped had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 0.37.0 with grep in /nix/store/y7lbrcpy05c1br43257fj056p6vf269l-rust-bindgen-0.37.0
- directory tree listing: https://gist.github.com/dab90e1565932370211bc1cb47b526d9
- du listing: https://gist.github.com/1ea884a58cb25990e712703124f8a6da
Diffstat (limited to 'pkgs')
-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 36fa1019705f..aeeae494e586 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.36.1";
+  version = "0.37.0";
 
   src = fetchFromGitHub {
     owner = "rust-lang-nursery";
     repo = "rust-bindgen";
     rev = "v${version}";
-    sha256 = "0y99dvkbkd4vhac26dmc3bwf6z2m85p2il7mndvv8liam012pkbz";
+    sha256 = "0cqjr7qspjrfgqcp4nqxljmhhbqyijb2jpw3lajgjj48y6wrnw93";
   };
 
   nativeBuildInputs = [ makeWrapper ];