Skip to content
Snippets Groups Projects
Commit c23d2e26 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

This may actually use the right openssl source.

parent f4a14f69
No related branches found
No related tags found
1 merge request!69WIP: Upgrade to OpenSSL 1.1.1k
Pipeline #334 passed
self: super: rec {
openssl_1_1 = super.openssl_1_1.overrideAttrs (old: {
self: super: {
openssl_1_1 = super.openssl_1_1.overrideAttrs (old: rec {
version = "1.1.1k";
sha256 = "1whinyw402z3b9xlb3qaxv4b9sk4w1bgh9k0y8df1z4x3yy92fhz";
withDocs = false;
pname = "openssl";
name = "${pname}-${version}";
src = builtins.fetchurl {
url = "https://www.openssl.org/source/${pname}-${version}.tar.gz";
sha256 = "1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9";
};
});
openssl = openssl_1_1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment