lucky-cli: 0.25.0 -> 0.26.0

This commit is contained in:
R. RyanTM 2021-02-09 12:26:02 +00:00 committed by Peter Hoeg
parent 5100fdfa86
commit fc07db417a

View file

@ -2,13 +2,13 @@
crystal.buildCrystalPackage rec {
pname = "lucky-cli";
version = "0.25.0";
version = "0.26.0";
src = fetchFromGitHub {
owner = "luckyframework";
repo = "lucky_cli";
rev = "v${version}";
sha256 = "sha256-/DKDg2lJO6PikF7+kbwRX8ClS8rflH8KdrZNx7AR36g=";
sha256 = "sha256-bZWyAZrAYG45fqmEQYXsk8YLKurpppaahOkALAQXGhY=";
};
# the integration tests will try to clone a remote repos