cargo: 2015-05-11 -> 2015-05-13

This commit is contained in:
Ricardo M. Correia 2015-05-13 15:17:00 +02:00
parent 586444c91d
commit 981ea747b5

View File

@ -1,7 +1,7 @@
{ stdenv, fetchgit, rustPlatform, file, curl, python, pkgconfig, openssl
, cmake, zlib }:
with ((import ./common.nix) { inherit stdenv; version = "2015-05-11"; });
with ((import ./common.nix) { inherit stdenv; version = "2015-05-13"; });
with rustPlatform;
@ -10,12 +10,12 @@ buildRustPackage rec {
src = fetchgit {
url = "https://github.com/rust-lang/cargo.git";
rev = "a078e01ffab70738eafb7401704d1eaf90b94de2";
sha256 = "0vw62kxlmkajyix6n4cdz7w9l26dspjiw2fk4xkj33gzzc8rq9g8";
rev = "d814fcbf8efda3027d54c09e11aa7eaf0006a83c";
sha256 = "1hvsxjv9s30qylcq2vb2nqqn8fix4sk0ah718f8c0flrcqbwa58z";
leaveDotGit = true;
};
depsSha256 = "1sk79w2wxvpgfkxr0nbrqqxdih4abiqvawdd88r2p9cqzrkdg8by";
depsSha256 = "0s9f00kg7q9dxd8g98k3z4qv404p9ra73l1bzxs6qzk54qhg44dp";
buildInputs = [ file curl pkgconfig python openssl cmake zlib ];