Unverified Commit d6e2f089 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

crystal_1_15: init at 1.15.1 (#372897)

parents fef10537 7debcd8e
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -335,6 +335,13 @@ rec {
    doCheck = false; # Some compiler spec problems on x86-64_linux with the .0 release
  };

  crystal_1_15 = generic {
    version = "1.15.1";
    sha256 = "sha256-L/Q8yZdDq/wn4kJ+zpLfi4pxznAtgjxTCbLnEiCC2K0=";
    binary = binaryCrystal_1_10;
    llvmPackages = llvmPackages_18;
    doCheck = false;
  };

  crystal = crystal_1_14;
  crystal = crystal_1_15;
}
+1 −0
Original line number Diff line number Diff line
@@ -5764,6 +5764,7 @@ with pkgs;
    crystal_1_11
    crystal_1_12
    crystal_1_14
    crystal_1_15
    crystal;
  crystalline = callPackage ../development/tools/language-servers/crystalline {