Skip to content

Commit

Permalink
cargo: 2015-05-13 -> 0.3.0
Browse files Browse the repository at this point in the history
Rename cargo to use a version number rather than a date because Cargo
has started releasing packages using version numbers.
  • Loading branch information
telotortium committed Jul 8, 2015
1 parent 2b75516 commit 1469e6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/build-managers/cargo/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchgit, rustPlatform, file, curl, python, pkgconfig, openssl
, cmake, zlib }:

with ((import ./common.nix) { inherit stdenv; version = "2015-05-13"; });
with ((import ./common.nix) { inherit stdenv; version = "0.3.0"; });

with rustPlatform;

Expand All @@ -10,12 +10,12 @@ buildRustPackage rec {

src = fetchgit {
url = "https://github.com/rust-lang/cargo.git";
rev = "d814fcbf8efda3027d54c09e11aa7eaf0006a83c";
sha256 = "0sppd3x2cacmbnypcjip44amnh66lrrbwwzsbz8rqf3nq2ah496x";
rev = "refs/tags/0.3.0";
sha256 = "1y90d5zdlivsx67ac5k4zr5d4m6mirbhj76xp0fwd7k61rx0svws";
leaveDotGit = true;
};

depsSha256 = "1b0mpdxmp7inkg59n2phjwzpz5gx22wqg9rfd1s01a5ylara37jw";
depsSha256 = "1sgdr2akd9xrfmf5g0lbf842b2pdj1ymxk37my0cf2x349rjsf0w";

buildInputs = [ file curl pkgconfig python openssl cmake zlib ];

Expand Down

0 comments on commit 1469e6a

Please sign in to comment.