Merge pull request #141572 from LibreCybernetics/update-crystal

Update crystal (init 1.1.1, 1.2.0)
This commit is contained in:
Kevin Cox
2021-10-14 11:39:33 -04:00
committed by GitHub
2 changed files with 15 additions and 1 deletions
+13 -1
View File
@@ -240,7 +240,19 @@ rec {
binary = crystal_0_36;
};
crystal = crystal_1_0;
crystal_1_1 = generic {
version = "1.1.1";
sha256 = "sha256-hhhT3reia8acZiPsflwfuD638Ll2JiXwMfES1TyGyNQ=";
binary = crystal_1_0;
};
crystal_1_2 = generic {
version = "1.2.0";
sha256 = "sha256-38mmsolzmCnv+MFUMc+AEiklDLBHIr/jqXMLzc0nVq4=";
binary = crystal_1_1;
};
crystal = crystal_1_2;
crystal2nix = callPackage ./crystal2nix.nix { };
}
+2
View File
@@ -11283,6 +11283,8 @@ with pkgs;
})
crystal_0_36
crystal_1_0
crystal_1_1
crystal_1_2
crystal;
crystal2nix = callPackage ../development/compilers/crystal2nix { };