1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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
commit fd113b5833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

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

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