From 3dc73927fe41eb6812f8de375ee5ab89e9a81777 Mon Sep 17 00:00:00 2001 From: Moritz Ulrich Date: Mon, 8 Aug 2016 22:21:23 +0200 Subject: [PATCH] rustHead.cargo: cargo -> 2016-07-25. --- pkgs/development/compilers/rust/head.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/compilers/rust/head.nix b/pkgs/development/compilers/rust/head.nix index 738c21a5327..3406fdb317f 100644 --- a/pkgs/development/compilers/rust/head.nix +++ b/pkgs/development/compilers/rust/head.nix @@ -22,10 +22,11 @@ rec { }; cargo = callPackage ./cargo.nix rec { - version = "master-0.13.0"; - srcRev = "fb2faf29b26da39bd815b470ca73255dbfe30e42"; - srcSha = "1r7wd3hp85mvmm7ivj01k65qcgb6qk1mys9mp48ww9k5cdniwcaj"; - depsSha256 = "0lsf99pgl6wnl1lfk0drp5l4agrx7hzgdbps7hy3rprbf41jd6ai"; + version = "master-2016-07-25"; + srcRev = "f09ef68cc47956ccc5f99212bdcdd15298c400a0"; + srcSha = "1r6q9jd0fl6mzhwkvrrcv358q2784hg51dfpy28xgh4n61m7c155"; + depsSha256 = "1p1ygabg9k9b0azm0mrx8asjzdi35c5zw53iysba198lli6bhdl4"; + inherit rustc; # the rustc that will be wrapped by cargo inherit rustPlatform; # used to build cargo };