Pin ameba and blahaj to crystal_1_17

This commit is contained in:
Johannes Müller
2025-10-21 18:40:45 +02:00
parent 757a78e2e0
commit a1d3ffe29c
2 changed files with 8 additions and 3 deletions

View File

@@ -1,10 +1,12 @@
{
lib,
fetchFromGitHub,
crystal,
crystal_1_17,
coreutils,
}:
let
crystal = crystal_1_17;
in
crystal.buildCrystalPackage rec {
pname = "ameba";
version = "1.6.4";

View File

@@ -1,13 +1,16 @@
{
lib,
stdenv,
crystal,
crystal_1_17,
fetchFromGitHub,
# https://crystal-lang.org/2019/09/06/parallelism-in-crystal/
multithreading ? true,
static ? stdenv.hostPlatform.isStatic,
}:
let
crystal = crystal_1_17;
in
crystal.buildCrystalPackage rec {
pname = "blahaj";
version = "2.2.0";