openssl_1_1: fix build on Darwin

See https://github.com/NixOS/nixpkgs/pull/150733/files#r785279118
This commit is contained in:
taku0 2022-01-15 16:03:21 +09:00 committed by Cole Helbling
parent 86ece89658
commit 4a7fa6456d

View File

@ -192,7 +192,7 @@ in {
extraMeta.knownVulnerabilities = [ "Support for OpenSSL 1.0.2 ended with 2019." ];
};
openssl_1_1 = common {
openssl_1_1 = common rec {
version = "1.1.1m";
sha256 = "sha256-+JGZvosjykX8fLnx2NPuZzEjGChq0DD1MWrKZGLbbJY=";
patches = [