Merge pull request #141666 from LibreCybernetics/update-mint

This commit is contained in:
Artturi
2021-10-15 01:43:20 +03:00
committed by GitHub
+1 -5
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";