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

try to override `openssl` too

parent 35b85158
No related branches found
No related tags found
Loading
Checking pipeline status
self: super: {
self: super: rec {
openssl_1_1 = super.openssl_1_1.overrideAttrs (old: {
version = "1.1.1k";
sha256 = "1whinyw402z3b9xlb3qaxv4b9sk4w1bgh9k0y8df1z4x3yy92fhz";
withDocs = false;
});
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