nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #141572 from LibreCybernetics/update-crystal

Update crystal (init 1.1.1, 1.2.0)

authored by

Kevin Cox and committed by
GitHub
fd113b58 ec5a6284

+15 -1
+13 -1
pkgs/development/compilers/crystal/default.nix
··· 240 240 binary = crystal_0_36; 241 241 }; 242 242 243 - crystal = crystal_1_0; 243 + crystal_1_1 = generic { 244 + version = "1.1.1"; 245 + sha256 = "sha256-hhhT3reia8acZiPsflwfuD638Ll2JiXwMfES1TyGyNQ="; 246 + binary = crystal_1_0; 247 + }; 248 + 249 + crystal_1_2 = generic { 250 + version = "1.2.0"; 251 + sha256 = "sha256-38mmsolzmCnv+MFUMc+AEiklDLBHIr/jqXMLzc0nVq4="; 252 + binary = crystal_1_1; 253 + }; 254 + 255 + crystal = crystal_1_2; 244 256 245 257 crystal2nix = callPackage ./crystal2nix.nix { }; 246 258 }
+2
pkgs/top-level/all-packages.nix
··· 11283 11283 }) 11284 11284 crystal_0_36 11285 11285 crystal_1_0 11286 + crystal_1_1 11287 + crystal_1_2 11286 11288 crystal; 11287 11289 11288 11290 crystal2nix = callPackage ../development/compilers/crystal2nix { };