crystal_1_17: init at 1.17.1 (#437526)

Emily 427dbff5 30bcf22a

Changed files
+9
pkgs
development
compilers
crystal
top-level
+8
pkgs/development/compilers/crystal/default.nix
···
doCheck = false;
};
crystal = crystal_1_16;
}
···
doCheck = false;
};
+
crystal_1_17 = generic {
+
version = "1.17.1";
+
sha256 = "sha256-+wHhozPhpIsfQy1Lw+V48zvuWCfXzT4IC9KA1AU/DLw=";
+
binary = binaryCrystal_1_10;
+
llvmPackages = llvmPackages_18;
+
doCheck = false;
+
};
+
crystal = crystal_1_16;
}
+1
pkgs/top-level/all-packages.nix
···
crystal_1_11
crystal_1_14
crystal_1_15
crystal
;
···
crystal_1_11
crystal_1_14
crystal_1_15
+
crystal_1_17
crystal
;