php83: 8.3.24 -> 8.3.25

R. Ryantm 3f4edc99 b536f7a9

Changed files
+2 -2
pkgs
development
interpreters
php
+2 -2
pkgs/development/interpreters/php/8.3.nix
···
base = callPackage ./generic.nix (
_args
// {
-
version = "8.3.24";
-
hash = "sha256-5OEtpJB0aSRiTJFAa2CzGWfk173qu6uejLU1SITumWQ=";
}
);
in
···
base = callPackage ./generic.nix (
_args
// {
+
version = "8.3.25";
+
hash = "sha256-BuVHkeERkvCJ5NIMcW8lvdzr3elRtXC1Ve37WYiotxo=";
}
);
in