Unverified Commit 7db9cf0a authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

crystal_1_18: init at 1.18.2 (#453209)

parents a950bf7c 78021c7d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  crystal,
  crystal_1_17,
  coreutils,
}:

let
  crystal = crystal_1_17;
in
crystal.buildCrystalPackage rec {
  pname = "ameba";
  version = "1.6.4";
+4 −1
Original line number Diff line number Diff line
{
  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
Original line number Diff line number Diff line
{
  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";
+9 −1
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -4467,6 +4467,7 @@ with pkgs;
    crystal_1_15
    crystal_1_16
    crystal_1_17
    crystal_1_18
    crystal
    ;