crystal_1_15: init at 1.15.1

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab
2025-02-05 09:46:37 +09:00
parent 6b0c71abc3
commit 7debcd8e40
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 {