lucky: 0.26.0 -> 0.29.0 (#160127)

* lucky: 0.26.0 -> 0.29.0

* add homepage
This commit is contained in:
Peter Hoeg 2022-02-18 09:19:56 +08:00 committed by GitHub
parent 70426f5f8c
commit cfbf9c9d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 16 deletions

View File

@ -2,13 +2,13 @@
crystal.buildCrystalPackage rec {
pname = "lucky-cli";
version = "0.26.0";
version = "0.29.0";
src = fetchFromGitHub {
owner = "luckyframework";
repo = "lucky_cli";
rev = "v${version}";
sha256 = "sha256-bZWyAZrAYG45fqmEQYXsk8YLKurpppaahOkALAQXGhY=";
sha256 = "sha256-OmvKd35jR003qQnA/NBI4MjGRw044bYUYa59RKbz+lI=";
};
# the integration tests will try to clone a remote repos
@ -35,6 +35,7 @@ crystal.buildCrystalPackage rec {
meta = with lib; {
description =
"A Crystal library for creating and running tasks. Also generates Lucky projects";
homepage = "https://luckyframework.org/";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;

View File

@ -2,13 +2,13 @@ version: 2.0
shards:
ameba:
git: https://github.com/crystal-ameba/ameba.git
version: 0.14.2
version: 0.14.3
future:
git: https://github.com/crystal-community/future.cr.git
version: 0.1.0
lucky_task:
git: https://github.com/luckyframework/lucky_task.git
version: 0.1.1
teeplate:
git: https://github.com/luckyframework/teeplate.git
version: 0.8.2
version: 0.8.5

View File

@ -2,19 +2,19 @@
ameba = {
owner = "crystal-ameba";
repo = "ameba";
rev = "v0.14.2";
sha256 = "1l1q1icpzg1zvhfj8948w36j7ikaj7w816677zi29vi6y2d1dmf2";
rev = "v0.14.3";
sha256 = "1cfr95xi6hsyxw1wlrh571hc775xhwmssk3k14i8b7dgbwfmm5x1";
};
future = {
owner = "crystal-community";
repo = "future.cr";
rev = "v0.1.0";
sha256 = "1p88mfn1ab5hz4r81vjfm1vn9rww0lbbii8lyzfx9pkxanh9rp98";
lucky_task = {
owner = "luckyframework";
repo = "lucky_task";
rev = "v0.1.1";
sha256 = "0w0rnf22pvj3lp5z8c4sshzwhqgwpbjpm7nry9mf0iz3fa0v48f7";
};
teeplate = {
owner = "luckyframework";
repo = "teeplate";
rev = "v0.8.2";
sha256 = "1v7njslcpir52nnyd30mfnxvqmb7ycqnlq80qnx6myw20iy9dcww";
rev = "v0.8.5";
sha256 = "1kr05qrp674rph1324wry57gzvgvcvlz0w27brlvdgd3gi4s8sdj";
};
}