cargo: 0.6.0 -> 0.7.0

This commit is contained in:
Robin Gloster 2015-12-24 09:48:17 +00:00 committed by Moritz Ulrich
parent 6ef92e0d11
commit 2faea53f8e

View file

@ -5,7 +5,7 @@ with rustPlatform;
with ((import ./common.nix) { with ((import ./common.nix) {
inherit stdenv rustc; inherit stdenv rustc;
version = "0.6.0"; version = "0.7.0";
}); });
buildRustPackage rec { buildRustPackage rec {
@ -15,10 +15,10 @@ buildRustPackage rec {
src = fetchgit { src = fetchgit {
url = "git://github.com/rust-lang/cargo"; url = "git://github.com/rust-lang/cargo";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
sha256 = "1kxri32sz9ygnf4wlbj7hc7q9p6hmm5xrb9zzkx23wzkzbcpyjyz"; sha256 = "139rv7d6mk31klbnccmn573i05ygjrnflag6c3qwc075i62yfmx6";
}; };
depsSha256 = "1m045yywv67sx75idbsny59d3dzbqnhr07k41jial5n5zwp87mb9"; depsSha256 = "07p244bcw3aa1hfbsz6q89pyl8ypkw9zp1r8cvd131w890w9ab4b";
buildInputs = [ file curl pkgconfig python openssl cmake zlib makeWrapper ]; buildInputs = [ file curl pkgconfig python openssl cmake zlib makeWrapper ];