gitAndTools.git-dit: use openssl 1.0.2

There hasn't been a release in almost two years. Some (pinned)
dependency doesn't work with a newer openssl yet :/
This commit is contained in:
Andreas Rammhold 2019-03-05 00:01:19 +01:00 committed by Robin Gloster
parent d80649d2a3
commit 43ab7e184d
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -1,6 +1,6 @@
{ stdenv
, fetchFromGitHub
, openssl
, openssl_1_0_2
, zlib
, libssh
, cmake
@ -35,7 +35,7 @@ buildRustPackage rec {
];
buildInputs = [
openssl
openssl_1_0_2
libssh
zlib
] ++ stdenv.lib.optionals (stdenv.isDarwin) [