Merge pull request #81272 from worldofpeace/crystal-openssl

crystal: use latest openssl
This commit is contained in:
worldofpeace
2020-02-29 00:12:15 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -66,6 +66,6 @@ crystal.buildCrystalPackage rec {
shardsFile = ./shards.nix;
crystalBinaries.mint.src = "src/mint.cr";
buildInputs = [ openssl_1_0_2 ];
buildInputs = [ openssl ];
}
```