Skip to content

Instantly share code, notes, and snippets.

@exarkun
Last active March 25, 2021 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/272de001bcae200335462070d0b88abb to your computer and use it in GitHub Desktop.
Save exarkun/272de001bcae200335462070d0b88abb to your computer and use it in GitHub Desktop.
self: super: {
openssl_1_1 = super.openssl_1_1.overrideAttrs (old: {
version = "1.1.1k";
sha256 = "1whinyw402z3b9xlb3qaxv4b9sk4w1bgh9k0y8df1z4x3yy92fhz";
withDocs = false;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment