ion: 1.0.3 -> 1.0.5
This commit is contained in:
parent
2d59a6215c
commit
3983d79dc2
|
@ -4,16 +4,16 @@ with rustPlatform;
|
||||||
|
|
||||||
buildRustPackage rec {
|
buildRustPackage rec {
|
||||||
name = "ion-${version}";
|
name = "ion-${version}";
|
||||||
version = "1.0.3";
|
version = "1.0.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "redox-os";
|
owner = "redox-os";
|
||||||
repo = "ion";
|
repo = "ion";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0c2haw9qiwysyp1xj6qla8d6zpsdlygagzh86sk04c2b4ssyaca3";
|
sha256 = "0i0acl5nw254mw8dbfmb4792rr71is98a5wg32yylfnlrk7zlf8z";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0ydi44710as0bb442zryzx30nk4mscdw3gsahwprnsvvaril33rn";
|
cargoSha256 = "0ffp6r5jqyf9j8jd77vbvc6l3xm09ipbraj6av6iciw1sxskib33";
|
||||||
|
|
||||||
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";
|
||||||
|
|
Loading…
Reference in New Issue