nginxMainline: 1.27.4 -> 1.27.5

Changes: https://github.com/nginx/nginx/releases/tag/release-1.27.5

+2 -2
+2 -2
pkgs/servers/http/nginx/mainline.nix
··· 1 { callPackage, ... }@args: 2 3 callPackage ./generic.nix args { 4 - version = "1.27.4"; 5 - hash = "sha256-KUgW+HmzAOYh+k7dU1PdHsALrbBWOZ7Osw3n22S3U7I="; 6 }
··· 1 { callPackage, ... }@args: 2 3 callPackage ./generic.nix args { 4 + version = "1.27.5"; 5 + hash = "sha256-6WrOu5wqbbigAMPdGzLsuhuBDwzVhiMtTZIeN2Z03Q4="; 6 }