Merge pull request #83542 from bhipple/zhf/ion

ion: 1.0.5 -> unstable-2020-03-22 and fix build
This commit is contained in:
worldofpeace 2020-03-27 20:30:05 -04:00 committed by GitHub
commit eddc4f3b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,29 +1,24 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
with rustPlatform; rustPlatform.buildRustPackage rec {
buildRustPackage rec {
pname = "ion"; pname = "ion";
version = "1.0.5"; version = "unstable-2020-03-22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "redox-os"; owner = "redox-os";
repo = "ion"; repo = "ion";
rev = version; rev = "1fbd29a6d539faa6eb0f3186a361e208d0a0bc05";
sha256 = "0i0acl5nw254mw8dbfmb4792rr71is98a5wg32yylfnlrk7zlf8z"; sha256 = "0r5c87cs8jlc9kpb6bi2aypldw1lngf6gzjirf13gi7iy4q08ik7";
}; };
cargoSha256 = "0f266kygvw2id771g49s25qsbqb6a0gr1r0czkcj96n5r0wg8wrn"; cargoSha256 = "1ph3r3vspy700mb8pica8478v9arqz07k2nzpbrdkdkqgfcwlgcg";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Modern system shell with simple (and powerful) syntax"; description = "Modern system shell with simple (and powerful) syntax";
homepage = https://github.com/redox-os/ion; homepage = "https://gitlab.redox-os.org/redox-os/ion";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ dywedir ]; maintainers = with maintainers; [ dywedir ];
platforms = platforms.all; platforms = platforms.all;
# This has not had a release since 2017, and no longer compiles with the
# latest Rust compiler.
broken = false;
}; };
passthru = { passthru = {