3
0
Fork 0
forked from mirrors/nixpkgs

thicket: crystal_1_0 → crystal

This commit is contained in:
Fabián Heredia Montiel 2021-10-14 14:22:02 -05:00
parent 74b8c41027
commit b367ab9ad1

View file

@ -1,12 +1,9 @@
{ lib
, fetchFromGitHub
, crystal_1_0
, crystal
}:
let
crystal = crystal_1_0;
in crystal.buildCrystalPackage rec {
crystal.buildCrystalPackage rec {
pname = "thicket";
version = "0.1.5";