Revert "rust: store the cargo-vendor config"

This reverts commit 0af2c5891b.

See https://github.com/NixOS/nixpkgs/commit/0af2c5891bfccfe5a6e8ba67e95c5852c45529d2#commitcomment-26737983
This breaks the cargoSha256 hashes.
This commit is contained in:
Robin Gloster
2018-01-09 15:03:03 +01:00
parent 86a45e0308
commit 7c5430c27c
4 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ rec {
cargo = callPackage ./cargo.nix rec {
version = "0.23.0";
srcSha = "14b2n1msxma19ydchj54hd7f2zdsr524fg133dkmdn7j65f1x6aj";
cargoSha256 = "1mcqv45l0d1gw8v3v48gm1902xckj6r0s8l1z46nbmrsjs34rzhx";
cargoSha256 = "1sj59z0w172qvjwg1ma5fr5am9dgw27086xwdnrvlrk4hffcr7y7";
inherit rustc; # the rustc that will be wrapped by cargo
inherit rustPlatform; # used to build cargo