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, lib,
fetchFromGitHub, fetchFromGitHub,
crystal, crystal_1_17,
coreutils, coreutils,
}: }:
let
crystal = crystal_1_17;
in
crystal.buildCrystalPackage rec { crystal.buildCrystalPackage rec {
pname = "ameba"; pname = "ameba";
version = "1.6.4"; version = "1.6.4";

View File

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