mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
cargo: 0.6.0 -> 0.7.0
This commit is contained in:
parent
6ef92e0d11
commit
2faea53f8e
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue