crystal: init at 1.0.0

This commit is contained in:
Peter Hoeg 2021-03-30 15:22:57 +08:00
parent 56a18909ee
commit befefe6f3f
2 changed files with 8 additions and 1 deletions

View file

@ -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 { };
}

View file

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