Skip to content

Commit

Permalink
crystal_1_15: init at 1.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: misilelab <[email protected]>
  • Loading branch information
MisileLab committed Jan 11, 2025
1 parent ad2781b commit 2ac42f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/development/compilers/crystal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,12 @@ rec {
doCheck = false; # Some compiler spec problems on x86-64_linux with the .0 release
};

crystal_1_15 = generic {
version = "1.15.0";
sha256 = "sha256-3D8RFTZZUEheTIKSvI+vf1cfGefNEXwMYzNEXt7oGi8=";
binary = binaryCrystal_1_10;
llvmPackages = llvmPackages_18;
};

crystal = crystal_1_14;
crystal = crystal_1_15;
}
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5835,6 +5835,7 @@ with pkgs;
crystal_1_11
crystal_1_12
crystal_1_14
crystal_1_15
crystal;

crystalline = callPackage ../development/tools/language-servers/crystalline {
Expand Down

0 comments on commit 2ac42f2

Please sign in to comment.