Merge pull request #141663 from LibreCybernetics/update-thicket

This commit is contained in:
Artturi 2021-10-15 01:15:34 +03:00 committed by GitHub
commit 09ab6a7f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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