john: remove openssl 1.0.2 pinning

This commit is contained in:
Robin Gloster 2019-07-30 14:25:27 +02:00
parent 2903d295c4
commit 5bbb6337fe
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -3985,9 +3985,7 @@ in
go-jira = callPackage ../applications/misc/go-jira { };
john = callPackage ../tools/security/john {
openssl = openssl_1_0_2;
};
john = callPackage ../tools/security/john { };
joplin = nodePackages.joplin;