Unverified Commit e8512ca2 authored by GeopJr's avatar GeopJr Committed by GitHub
Browse files

crystal: 1.7 -> 1.8

parent 8b000a4f
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -274,5 +274,11 @@ rec {
    binary = binaryCrystal_1_2;
  };

  crystal = crystal_1_7;
  crystal_1_8 = generic {
    version = "1.8.0";
    sha256 = "sha256-oTvBKrfDkrpJg4gaOVrrKWfsqZC+Z9Lp/jt4ye+Iw/M=";
    binary = binaryCrystal_1_2;
  };

  crystal = crystal_1_8;
}
+8 −1
Original line number Diff line number Diff line
@@ -14539,7 +14539,14 @@ with pkgs;
    stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
  })
    crystal_1_2
    crystal_1_7
    crystal_1_7;
  inherit (callPackages ../development/compilers/crystal {
    llvmPackages = llvmPackages_15;
    pcre = pcre2;
    stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
  })
    crystal_1_8
    crystal;
  crystal2nix = callPackage ../development/compilers/crystal2nix { };