Loading pkgs/servers/http/nginx/mainline.nix +2 −2 Original line number Diff line number Diff line { callPackage, ... }@args: callPackage ./generic.nix args { version = "1.29.4"; hash = "sha256-Wn037uUFhm+6tYEPqfeCR9bV2RV6WVxOenIEMUHdqyU="; version = "1.29.5"; hash = "sha256-Z0R2ikEUiA83sToEQyROcxvLMTDAoGXX432P1Ymt43Q="; } pkgs/servers/http/nginx/stable.nix +3 −10 Original line number Diff line number Diff line { callPackage, fetchpatch, ... }@args: { callPackage, ... }@args: callPackage ./generic.nix args { version = "1.28.0"; hash = "sha256-xrXGsIbA3508o/9eCEwdDvkJ5gOCecccHD6YX1dv92o="; extraPatches = [ (fetchpatch { name = "CVE-2025-53859.patch"; url = "https://nginx.org/download/patch.2025.smtp.txt"; hash = "sha256-v49sLskFNMoKuG8HQISw8ST7ga6DS+ngJiL0D3sUyGk="; }) ]; version = "1.28.2"; hash = "sha256-IOXg8skXrPtREg7sL7qaS6Th4Q/ShGUGfMh6fYGoKaM="; } Loading
pkgs/servers/http/nginx/mainline.nix +2 −2 Original line number Diff line number Diff line { callPackage, ... }@args: callPackage ./generic.nix args { version = "1.29.4"; hash = "sha256-Wn037uUFhm+6tYEPqfeCR9bV2RV6WVxOenIEMUHdqyU="; version = "1.29.5"; hash = "sha256-Z0R2ikEUiA83sToEQyROcxvLMTDAoGXX432P1Ymt43Q="; }
pkgs/servers/http/nginx/stable.nix +3 −10 Original line number Diff line number Diff line { callPackage, fetchpatch, ... }@args: { callPackage, ... }@args: callPackage ./generic.nix args { version = "1.28.0"; hash = "sha256-xrXGsIbA3508o/9eCEwdDvkJ5gOCecccHD6YX1dv92o="; extraPatches = [ (fetchpatch { name = "CVE-2025-53859.patch"; url = "https://nginx.org/download/patch.2025.smtp.txt"; hash = "sha256-v49sLskFNMoKuG8HQISw8ST7ga6DS+ngJiL0D3sUyGk="; }) ]; version = "1.28.2"; hash = "sha256-IOXg8skXrPtREg7sL7qaS6Th4Q/ShGUGfMh6fYGoKaM="; }