Skip to content

Commit 4f6248e

Browse files
committed
php84: 8.4.6 -> 8.4.7
ChangeLog: https://www.php.net/ChangeLog-8.php#8.4.7
1 parent 509c009 commit 4f6248e

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/interpreters/php

1 file changed

+2
-2
lines changed

pkgs/development/interpreters/php/8.4.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ let
44
base = callPackage ./generic.nix (
55
_args
66
// {
7-
version = "8.4.6";
8-
hash = "sha256-nPJzRQm2A/ZYlherUqlxKgPg/gWZUc3dLUYj30v3xsY=";
7+
version = "8.4.7";
8+
hash = "sha256-bsyxsGpN2c6jFNvnDHYtPUdlRxy26/kludowiXi/+Yg=";
99
}
1010
);
1111
in

0 commit comments

Comments
 (0)