lucky-cli: 0.24 -> 0.25
This commit is contained in:
parent
b8514a1727
commit
4fc53b59ae
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
crystal.buildCrystalPackage rec {
|
crystal.buildCrystalPackage rec {
|
||||||
pname = "lucky-cli";
|
pname = "lucky-cli";
|
||||||
version = "0.24.0";
|
version = "0.25.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "luckyframework";
|
owner = "luckyframework";
|
||||||
repo = "lucky_cli";
|
repo = "lucky_cli";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1z1ns6lx5v6nd5s78brpx7jarc9aldca5yrqjrdb14iyw0jlxig4";
|
sha256 = "sha256-/DKDg2lJO6PikF7+kbwRX8ClS8rflH8KdrZNx7AR36g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# the integration tests will try to clone a remote repos
|
# the integration tests will try to clone a remote repos
|
||||||
@ -38,5 +38,6 @@ crystal.buildCrystalPackage rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = lib.versionOlder crystal.version "0.35.1";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
version: 1.0
|
version: 2.0
|
||||||
shards:
|
shards:
|
||||||
|
ameba:
|
||||||
|
git: https://github.com/crystal-ameba/ameba.git
|
||||||
|
version: 0.13.3
|
||||||
|
|
||||||
|
future:
|
||||||
|
git: https://github.com/crystal-community/future.cr.git
|
||||||
|
version: 0.1.0
|
||||||
|
|
||||||
teeplate:
|
teeplate:
|
||||||
github: luckyframework/teeplate
|
git: https://github.com/luckyframework/teeplate.git
|
||||||
version: 0.8.1
|
version: 0.8.2
|
||||||
|
|
||||||
|
@ -1,8 +1,20 @@
|
|||||||
{
|
{
|
||||||
|
ameba = {
|
||||||
|
owner = "crystal-ameba";
|
||||||
|
repo = "ameba";
|
||||||
|
rev = "v0.13.3";
|
||||||
|
sha256 = "0yhb8vfrfzsm3a45h2jmcrn1n7jy3zn2hwims3dikgq8kaggws9y";
|
||||||
|
};
|
||||||
|
future = {
|
||||||
|
owner = "crystal-community";
|
||||||
|
repo = "future.cr";
|
||||||
|
rev = "v0.1.0";
|
||||||
|
sha256 = "1p88mfn1ab5hz4r81vjfm1vn9rww0lbbii8lyzfx9pkxanh9rp98";
|
||||||
|
};
|
||||||
teeplate = {
|
teeplate = {
|
||||||
owner = "luckyframework";
|
owner = "luckyframework";
|
||||||
repo = "teeplate";
|
repo = "teeplate";
|
||||||
rev = "v0.8.1";
|
rev = "v0.8.2";
|
||||||
sha256 = "022jmmg3d2wq2xnhc63afldm9vrcr8xqn43s9i39d7qflrzrfc7v";
|
sha256 = "1v7njslcpir52nnyd30mfnxvqmb7ycqnlq80qnx6myw20iy9dcww";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user