Merge pull request #144620 from helsinki-systems/upd/nginx

nginxMainline: 1.21.3 -> 1.21.4

authored by Janne Heß and committed by GitHub 631e658e 7c8883cf

+4 -4
+4 -4
pkgs/servers/http/nginx/mainline.nix
··· 1 - { callPackage, ... }@args: 1 + { callPackage, openssl_3_0, ... }@args: 2 2 3 - callPackage ./generic.nix args { 4 - version = "1.21.3"; 5 - sha256 = "0nhps7igdqcpcy1r8677ar807rfclpylmz3y858a678m1np4lxql"; 3 + callPackage ./generic.nix (args // { openssl = openssl_3_0; }) { 4 + version = "1.21.4"; 5 + sha256 = "1ziv3xargxhxycd5hp6r3r5mww54nvvydiywcpsamg3i9r3jzxyi"; 6 6 }