Skip to content

Commit

Permalink
Merge pull request #91812 from r-ryantm/auto-update/lucky-cli
Browse files Browse the repository at this point in the history
lucky-cli: 0.21.0 -> 0.23.0
  • Loading branch information
Lassulus committed Aug 21, 2020
2 parents cfe4717 + dab0714 commit 2432fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/lucky-cli/default.nix
Expand Up @@ -2,13 +2,13 @@

crystal.buildCrystalPackage rec {
pname = "lucky-cli";
version = "0.21.0";
version = "0.23.0";

src = fetchFromGitHub {
owner = "luckyframework";
repo = "lucky_cli";
rev = "v${version}";
sha256 = "0g0arf13brh6g0hynxs8bsp8jh3dd66rmf2d3qh2qjvk10101g0r";
sha256 = "1qggbczrnrfjba6ipzjkqp6ni4rjc79pxy3vhgd7nq88ipa1sygk";
};

# the integration tests will try to clone a remote repos
Expand Down

0 comments on commit 2432fb6

Please sign in to comment.