crystal_1_18: init at 1.18.2 (#453209)

This commit is contained in:
Gaétan Lepage
2025-10-30 14:05:38 +00:00
committed by GitHub
5 changed files with 20 additions and 5 deletions
+4 -2
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";
+4 -1
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";
+2 -1
View File
@@ -1,7 +1,7 @@
{
lib,
callPackage,
crystal,
crystal_1_16,
fetchFromGitHub,
librsvg,
pkg-config,
@@ -27,6 +27,7 @@
let
# normally video.js is downloaded at build time
videojs = callPackage ./videojs.nix { inherit versions; };
crystal = crystal_1_16;
in
crystal.buildCrystalPackage rec {
pname = "invidious";
@@ -325,5 +325,13 @@ rec {
doCheck = false;
};
crystal = crystal_1_16;
crystal_1_18 = generic {
version = "1.18.2";
sha256 = "sha256-bwKs9bwD1WfS95DSxVY5AjT5Q61jOsfAH897tmiurng=";
binary = binaryCrystal_1_10;
llvmPackages = llvmPackages_21;
doCheck = false;
};
crystal = crystal_1_18;
}
+1
View File
@@ -4467,6 +4467,7 @@ with pkgs;
crystal_1_15
crystal_1_16
crystal_1_17
crystal_1_18
crystal
;