Skip to content

Commit bee7b3a

Browse files
committed
Fix openssl
1 parent da1a2f6 commit bee7b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-php.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let
4848
in
4949
{
5050
nixpkgs.config.permittedInsecurePackages = [
51-
"openssl-1.1.1v"
51+
"openssl-1.1.1w"
5252
];
5353

5454
services = {

0 commit comments

Comments
 (0)