nginxStable: 1.28.0 -> 1.28.2

This commit is contained in:
Joachim Ernst
2026-02-05 11:46:50 +01:00
parent 052ffd2054
commit a71a5c9f29
+3 -10
View File
@@ -1,13 +1,6 @@
{ 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=";
}