about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-05-02 08:24:01 +0100
committerJörg Thalheim <joerg@thalheim.io>2019-05-02 08:28:38 +0100
commit523cccf073d06304e2936e58f95fa8d887293942 (patch)
tree8c340f119a3be58a6d98bb83df859d65be264712 /pkgs/development/tools/rust
parent7eb0b027f276911c61f828220b45c075d482bd48 (diff)
downloadnixlib-523cccf073d06304e2936e58f95fa8d887293942.tar
nixlib-523cccf073d06304e2936e58f95fa8d887293942.tar.gz
nixlib-523cccf073d06304e2936e58f95fa8d887293942.tar.bz2
nixlib-523cccf073d06304e2936e58f95fa8d887293942.tar.lz
nixlib-523cccf073d06304e2936e58f95fa8d887293942.tar.xz
nixlib-523cccf073d06304e2936e58f95fa8d887293942.tar.zst
nixlib-523cccf073d06304e2936e58f95fa8d887293942.zip
rust-cbindgen: fix cargoSha256
this got broken in https://github.com/NixOS/nixpkgs/commit/a6643de25d17a5b01651186205e37c90c1738395
cc @andir
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/cbindgen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rust/cbindgen/default.nix b/pkgs/development/tools/rust/cbindgen/default.nix
index 7e73a64e1a99..bce1e273cc41 100644
--- a/pkgs/development/tools/rust/cbindgen/default.nix
+++ b/pkgs/development/tools/rust/cbindgen/default.nix
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "08zlnk1k1nddjciccfdcplxqngsnz6ml3zxm57mijabzybry8zz1";
   };
 
-  cargoSha256 = "00j5nm491zil6kpjns31qyd6z7iqd77b5qp4h7149s70qjwfq2cb";
+  cargoSha256 = "1nig4891p7ii4z4f4j4d4pxx39f501g7yrsygqbpkr1nrgjip547";
 
   buildInputs = stdenv.lib.optional stdenv.isDarwin Security;