crystal_1_19: init at 1.19.1 (#484749)

This commit is contained in:
Donovan Glover
2026-01-31 15:09:37 +00:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
+10 -1
View File
@@ -19,6 +19,7 @@
llvmPackages_19,
llvmPackages_20,
llvmPackages_21,
llvmPackages_22,
makeWrapper,
openssl,
pcre2,
@@ -332,5 +333,13 @@ rec {
doCheck = false;
};
crystal = crystal_1_18;
crystal_1_19 = generic {
version = "1.19.1";
sha256 = "sha256-vMS2GJb6c6RvflDSS2EWHsERJ0rvzZMVm50gaTXRs4Y=";
binary = binaryCrystal_1_10;
llvmPackages = llvmPackages_22;
doCheck = false;
};
crystal = crystal_1_19;
}
+1
View File
@@ -4023,6 +4023,7 @@ with pkgs;
crystal_1_16
crystal_1_17
crystal_1_18
crystal_1_19
crystal
;