openssl: 1.1.1k -> 1.1.1l

(cherry picked from commit 174868d4fa8452c0dc7ebcaf5548376351fa280a)
This commit is contained in:
Martin Weinelt
2021-08-28 00:31:58 +00:00
committed by github-actions[bot]
parent 15be51fdaa
commit 3d0d142b75
2 changed files with 60 additions and 2 deletions
@@ -188,14 +188,16 @@ in {
};
openssl_1_1 = common {
version = "1.1.1k";
sha256 = "1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9";
version = "1.1.1l";
sha256 = "sha256-C3o+XlnDSCf+DDp0t+yLrvMCuY+oAIjX+RU6oW+na9E=";
patches = [
./1.1/nix-ssl-cert-file.patch
(if stdenv.hostPlatform.isDarwin
then ./1.1/use-etc-ssl-certs-darwin.patch
else ./1.1/use-etc-ssl-certs.patch)
] ++ lib.optionals (stdenv.isDarwin) [
./1.1/macos-yosemite-compat.patch
];
withDocs = true;
};