about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-05-01 14:29:39 +0200
committerGitHub <noreply@github.com>2019-05-01 14:29:39 +0200
commita6643de25d17a5b01651186205e37c90c1738395 (patch)
tree69651a2968a39a6b7383575ef23937ba30f7cdc8 /pkgs/development/tools/rust
parentea439dc4d08477288a9d39bcd660a6b0708984c3 (diff)
parentd88289596f5942b9ff495498a9b8f8454fb40c4a (diff)
downloadnixlib-a6643de25d17a5b01651186205e37c90c1738395.tar
nixlib-a6643de25d17a5b01651186205e37c90c1738395.tar.gz
nixlib-a6643de25d17a5b01651186205e37c90c1738395.tar.bz2
nixlib-a6643de25d17a5b01651186205e37c90c1738395.tar.lz
nixlib-a6643de25d17a5b01651186205e37c90c1738395.tar.xz
nixlib-a6643de25d17a5b01651186205e37c90c1738395.tar.zst
nixlib-a6643de25d17a5b01651186205e37c90c1738395.zip
rust-cbindgen: 0.8.0 -> 0.8.3 (#59456)
rust-cbindgen: 0.8.0 -> 0.8.3
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/cbindgen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/rust/cbindgen/default.nix b/pkgs/development/tools/rust/cbindgen/default.nix
index 20105f362cf0..7e73a64e1a99 100644
--- a/pkgs/development/tools/rust/cbindgen/default.nix
+++ b/pkgs/development/tools/rust/cbindgen/default.nix
@@ -2,13 +2,13 @@
 
 rustPlatform.buildRustPackage rec {
   name = "rust-cbindgen-${version}";
-  version = "0.8.0";
+  version = "0.8.3";
 
   src = fetchFromGitHub {
     owner = "eqrion";
     repo = "cbindgen";
     rev = "v${version}";
-    sha256 = "07cizbhr02x3rh07xhs10hzzs3lmmpf61g08sa62b98cgadvs9fq";
+    sha256 = "08zlnk1k1nddjciccfdcplxqngsnz6ml3zxm57mijabzybry8zz1";
   };
 
   cargoSha256 = "00j5nm491zil6kpjns31qyd6z7iqd77b5qp4h7149s70qjwfq2cb";