lol

php: 8.3.17 -> 8.3.19

https://www.php.net/ChangeLog-8.php#8.3.19

Fixes CVE-2024-11235, GHSA-wg4p-4hqh-c3g9, CVE-2025-1219, CVE-2025-1736, CVE-2025-1861, CVE-2025-1734 and CVE-2025-1217.

+2 -2
+2 -2
pkgs/development/interpreters/php/8.3.nix
··· 4 4 base = callPackage ./generic.nix ( 5 5 _args 6 6 // { 7 - version = "8.3.17"; 8 - hash = "sha256-TgNNynqxb8YGLIxTBnUo9OyqJGvyIxDmhB9wCAlCZKw="; 7 + version = "8.3.19"; 8 + hash = "sha256-rWkCoqAvlOw+mYIGniZou6POR+L2u7q5Xra323vz01A="; 9 9 } 10 10 ); 11 11 in