crystal_1_15: init at 1.15.1 (#372897)

This commit is contained in:
Donovan Glover
2025-02-05 20:03:29 +00:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
@@ -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
View File
@@ -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 {