Merge pull request #101681 from r-ryantm/auto-update/lucky-cli

lucky-cli: 0.23.1 -> 0.24.0
This commit is contained in:
Mario Rodas 2020-10-27 20:29:14 -05:00 committed by GitHub
commit b437b6b405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
crystal.buildCrystalPackage rec { crystal.buildCrystalPackage rec {
pname = "lucky-cli"; pname = "lucky-cli";
version = "0.23.1"; version = "0.24.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "luckyframework"; owner = "luckyframework";
repo = "lucky_cli"; repo = "lucky_cli";
rev = "v${version}"; rev = "v${version}";
sha256 = "0xj7mcmz1rxv3ff530q8c5y1y7hccsmr8azk9nhmrk1q355vnxfw"; sha256 = "1z1ns6lx5v6nd5s78brpx7jarc9aldca5yrqjrdb14iyw0jlxig4";
}; };
# the integration tests will try to clone a remote repos # the integration tests will try to clone a remote repos