mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-19 10:32:40 +00:00
Merge pull request #141666 from LibreCybernetics/update-mint
This commit is contained in:
commit
7e953dab6e
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue