php84: 8.4.16 -> 8.4.17

ChangeLog: https://www.php.net/ChangeLog-8.php#8.4.17
This commit is contained in:
Maximilian Bosch
2026-02-02 21:19:29 +01:00
parent 3880252d52
commit da2f69855f
+2 -2
View File
@@ -4,8 +4,8 @@ let
base = callPackage ./generic.nix (
_args
// {
version = "8.4.16";
hash = "sha256-bEjGXrpqL3oQKSXQh3Ijmx9FEQrtIYf92BuTPtQ5xpI=";
version = "8.4.17";
hash = "sha256-6mfYPXLdbzq6rq5/Uy94/RIZKGHZarqOnso7LdreQtI=";
}
);
in