Merge pull request #145770 from LibreCybernetics/update-crystal

crystal: 1.2.1 → 1.2.2

authored by Timo Kaufmann and committed by GitHub df7a1fb7 ab054f8f

+2 -7
+2 -7
pkgs/development/compilers/crystal/default.nix
··· 25 25 , zlib 26 26 }: 27 27 28 - # We need multiple binaries as a given binary isn't always able to build 29 - # (even slightly) older or newer versions. 30 - # - 0.26.1 can build 0.25.x and 0.26.x but not 0.27.x 31 - # - 0.27.2 can build 0.27.x but not 0.25.x, 0.26.x and 0.29.x 32 - # 33 28 # We need to keep around at least the latest version released with a stable 34 29 # NixOS 35 30 let ··· 241 236 }; 242 237 243 238 crystal_1_2 = generic { 244 - version = "1.2.1"; 245 - sha256 = "sha256-jyNmY3n+u8WoVqHY8B5H9Vr9Ix3RogCtm8irkXZ3aek="; 239 + version = "1.2.2"; 240 + sha256 = "sha256-nyOXhsutVBRdtJlJHe2dALl//BUXD1JeeQPgHU4SwiU="; 246 241 binary = crystal_1_1; 247 242 }; 248 243