crystal: use latest openssl

This commit is contained in:
worldofpeace
2020-02-28 01:32:20 -05:00
parent 9ed55b73dd
commit e10900b068
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 ];
}
```