mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
cargo: 0.5.0 -> 0.6.0
This commit is contained in:
parent
75ee351e18
commit
84afac6b89
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchgit, rustPlatform, file, curl, python, pkgconfig, openssl
|
{ stdenv, fetchgit, rustPlatform, file, curl, python, pkgconfig, openssl
|
||||||
, cmake, zlib }:
|
, cmake, zlib }:
|
||||||
|
|
||||||
with ((import ./common.nix) { inherit stdenv; version = "0.5.0"; });
|
with ((import ./common.nix) { inherit stdenv; version = "0.6.0"; });
|
||||||
|
|
||||||
with rustPlatform;
|
with rustPlatform;
|
||||||
|
|
||||||
@ -12,10 +12,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 = "1wg7vr6fpk9n76ly65lf2z9w1dj5nhykffbwrv46lybd8m3r8x3w";
|
sha256 = "1kxri32sz9ygnf4wlbj7hc7q9p6hmm5xrb9zzkx23wzkzbcpyjyz";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsSha256 = "1q92q63g9pz7fy9fhx8y0kqarsshmzv1dq18ki3hdd7d5pcbczna";
|
depsSha256 = "1m045yywv67sx75idbsny59d3dzbqnhr07k41jial5n5zwp87mb9";
|
||||||
|
|
||||||
buildInputs = [ file curl pkgconfig python openssl cmake zlib ];
|
buildInputs = [ file curl pkgconfig python openssl cmake zlib ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user