nginxStable: 1.26.2 -> 1.26.3

Due to https://www.openwall.com/lists/oss-security/2025/02/05/8.

Fix CVE-2025-23419.

Change-Id: I2a341a55467ee67f77f0b133a8e9d3e6243249eb
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius
2025-02-11 02:53:54 +01:00
committed by Franz Pletz
parent ce39f53682
commit 9490b4e085
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.26.2";
hash = "sha256-Yn/ghiCbuoCihToK3Z2VjX673/oahGeleEyaa08D1zg=";
version = "1.26.3";
hash = "sha256-ae4rI3dEA25h0kuDZmiq0wQN2kYf5vVw8Xh+q1cMdao=";
}