git-crypt: remove openssl 1.0.2 pinning

This commit is contained in:
Robin Gloster 2019-07-30 13:51:17 +02:00
parent fdf7d9eeef
commit cfa7177419
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -81,9 +81,7 @@ let
git-cola = callPackage ./git-cola { };
git-crypt = callPackage ./git-crypt {
openssl = openssl_1_0_2;
};
git-crypt = callPackage ./git-crypt { };
git-dit = callPackage ./git-dit {
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security;