mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
mint: crystal_1_0 → crystal
This commit is contained in:
parent
c254c77513
commit
12a2ef34b5
@ -1,9 +1,5 @@
|
|||||||
{ lib, fetchFromGitHub, crystal_1_0, openssl }:
|
{ lib, fetchFromGitHub, crystal, openssl }:
|
||||||
|
|
||||||
let
|
|
||||||
crystal = crystal_1_0;
|
|
||||||
|
|
||||||
in
|
|
||||||
crystal.buildCrystalPackage rec {
|
crystal.buildCrystalPackage rec {
|
||||||
version = "0.14.0";
|
version = "0.14.0";
|
||||||
pname = "mint";
|
pname = "mint";
|
||||||
|
Loading…
Reference in New Issue
Block a user