mint: crystal_1_0 → crystal

This commit is contained in:
Fabián Heredia Montiel 2021-10-14 15:02:37 -05:00
parent c254c77513
commit 12a2ef34b5

View File

@ -1,9 +1,5 @@
{ lib, fetchFromGitHub, crystal_1_0, openssl }:
{ lib, fetchFromGitHub, crystal, openssl }:
let
crystal = crystal_1_0;
in
crystal.buildCrystalPackage rec {
version = "0.14.0";
pname = "mint";