summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-02-29 00:12:15 +0000
committerGitHub <noreply@github.com>2020-02-29 00:12:15 +0000
commit10eeabe6d1ba4fdebebf8deab931a70383ea7bb7 (patch)
treedc711c7bd37f32fb7fa919219ff9a3e2787da203 /doc
parent04384d56cf6d88bf6fd5fd74b0a39b312b104d42 (diff)
parente10900b0683d2bdc827a95d0bcf42f2bf8943ce9 (diff)
downloadnixpkgs-10eeabe6d1ba4fdebebf8deab931a70383ea7bb7.tar
nixpkgs-10eeabe6d1ba4fdebebf8deab931a70383ea7bb7.tar.gz
nixpkgs-10eeabe6d1ba4fdebebf8deab931a70383ea7bb7.tar.bz2
nixpkgs-10eeabe6d1ba4fdebebf8deab931a70383ea7bb7.tar.lz
nixpkgs-10eeabe6d1ba4fdebebf8deab931a70383ea7bb7.tar.xz
nixpkgs-10eeabe6d1ba4fdebebf8deab931a70383ea7bb7.tar.zst
nixpkgs-10eeabe6d1ba4fdebebf8deab931a70383ea7bb7.zip
Merge pull request #81272 from worldofpeace/crystal-openssl
crystal: use latest openssl
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/crystal.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/crystal.section.md b/doc/languages-frameworks/crystal.section.md
index 07bfc65a553..af0853dbf75 100644
--- a/doc/languages-frameworks/crystal.section.md
+++ b/doc/languages-frameworks/crystal.section.md
@@ -66,6 +66,6 @@ crystal.buildCrystalPackage rec {
   shardsFile = ./shards.nix;
   crystalBinaries.mint.src = "src/mint.cr";
 
-  buildInputs = [ openssl_1_0_2 ];
+  buildInputs = [ openssl ];
 }
 ```