Merge pull request #263304 from trofi/nginxMainline-update

nginxMainline: 1.25.2 -> 1.25.3

authored by Maximilian Bosch and committed by GitHub 4df6cc87 e2d06c56

+2 -2
+2 -2
pkgs/servers/http/nginx/mainline.nix
··· 1 1 { callPackage, ... }@args: 2 2 3 3 callPackage ./generic.nix args { 4 - version = "1.25.2"; 5 - hash = "sha256-Bd1tk1bWanTmEDXypCFi+MdUyXzxumTnqAG6FY1sBxE="; 4 + version = "1.25.3"; 5 + hash = "sha256-ZMW5dcooeTnoKDA/qFfSLxQrJR8XgI3+QXM1EtnN7YY="; 6 6 }