Skip to content

Commit

Permalink
use openssl 1.1 for < 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed Apr 22, 2023
1 parent b61415f commit 658aad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
{
condition = version: with versionComparison version;
lessThan "3.0.3";
lessThan "3.1";
override = pkg: pkg.override { openssl = openssl_1_1; };
}
{
Expand Down

0 comments on commit 658aad5

Please sign in to comment.