Pin ameba and blahaj to crystal_1_17
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user