1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-18 01:53:03 +00:00

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";