crystal: init at 1.0.0

wip/yesman
Peter Hoeg 3 years ago
parent 56a18909ee
commit befefe6f3f
  1. 8
      pkgs/development/compilers/crystal/default.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -270,7 +270,13 @@ rec {
binary = crystal_0_35;
};
crystal = crystal_0_36;
crystal_1_0 = generic {
version = "1.0.0";
sha256 = "sha256-RI+a3w6Rr+uc5jRf7xw0tOenR+q6qii/ewWfID6dbQ8=";
binary = crystal_0_36;
};
crystal = crystal_1_0;
crystal2nix = callPackage ./crystal2nix.nix { };
}

@ -9991,6 +9991,7 @@ in
crystal_0_34
crystal_0_35
crystal_0_36
crystal_1_0
crystal;
crystal2nix = callPackage ../development/compilers/crystal2nix { };

Loading…
Cancel
Save