From 5975c5a8a73a8441030426634e20524418060751 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 12 Jul 2023 17:50:13 -0400 Subject: crystal: 1.8 -> 1.9 --- pkgs/development/compilers/crystal/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'pkgs/development/compilers/crystal/default.nix') diff --git a/pkgs/development/compilers/crystal/default.nix b/pkgs/development/compilers/crystal/default.nix index 7629c0e74ba..8fe6748c08f 100644 --- a/pkgs/development/compilers/crystal/default.nix +++ b/pkgs/development/compilers/crystal/default.nix @@ -242,7 +242,7 @@ let description = "A compiled language with Ruby like syntax and type inference"; homepage = "https://crystal-lang.org/"; license = licenses.asl20; - maintainers = with maintainers; [ david50407 manveru peterhoeg ]; + maintainers = with maintainers; [ david50407 manveru peterhoeg donovanglover ]; }; }) ); @@ -278,5 +278,11 @@ rec { binary = binaryCrystal_1_2; }; - crystal = crystal_1_8; + crystal_1_9 = generic { + version = "1.9.0"; + sha256 = "sha256-FFpAL1U8WtfwDCLaUP+axSnJlGaKp/jzBs54rit9T2A="; + binary = binaryCrystal_1_2; + }; + + crystal = crystal_1_9; } -- cgit 1.4.1