1
0
Fork 1
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:
Artturi 2021-10-15 01:43:20 +03:00 committed by GitHub
commit 7e953dab6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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