summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/default.nix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2017-10-23 16:13:08 +0000
committerRobin Gloster <mail@glob.in>2018-01-09 03:37:53 +0100
commit0af2c5891bfccfe5a6e8ba67e95c5852c45529d2 (patch)
tree50d0faf1dd578ea311ec4d316a5e0060e8ce16f8 /pkgs/development/compilers/rust/default.nix
parentc5456dbfec07f371d9afec008b443dc5bf9a305d (diff)
downloadnixlib-0af2c5891bfccfe5a6e8ba67e95c5852c45529d2.tar
nixlib-0af2c5891bfccfe5a6e8ba67e95c5852c45529d2.tar.gz
nixlib-0af2c5891bfccfe5a6e8ba67e95c5852c45529d2.tar.bz2
nixlib-0af2c5891bfccfe5a6e8ba67e95c5852c45529d2.tar.lz
nixlib-0af2c5891bfccfe5a6e8ba67e95c5852c45529d2.tar.xz
nixlib-0af2c5891bfccfe5a6e8ba67e95c5852c45529d2.tar.zst
nixlib-0af2c5891bfccfe5a6e8ba67e95c5852c45529d2.zip
rust: store the cargo-vendor config
cargo-vendor generates almost the right cargo config. Store it with the
vendored files and patch it on use.

This allows to re-use the generated config when using git dependencies.
Diffstat (limited to 'pkgs/development/compilers/rust/default.nix')
-rw-r--r--pkgs/development/compilers/rust/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rust/default.nix b/pkgs/development/compilers/rust/default.nix
index b5550a96a835..6ab0ecaf1553 100644
--- a/pkgs/development/compilers/rust/default.nix
+++ b/pkgs/development/compilers/rust/default.nix
@@ -32,7 +32,7 @@ rec {
   cargo = callPackage ./cargo.nix rec {
     version = "0.23.0";
     srcSha = "14b2n1msxma19ydchj54hd7f2zdsr524fg133dkmdn7j65f1x6aj";
-    cargoSha256 = "1sj59z0w172qvjwg1ma5fr5am9dgw27086xwdnrvlrk4hffcr7y7";
+    cargoSha256 = "1mcqv45l0d1gw8v3v48gm1902xckj6r0s8l1z46nbmrsjs34rzhx";
 
     inherit rustc; # the rustc that will be wrapped by cargo
     inherit rustPlatform; # used to build cargo