Skip to content

Commit eb3a75f

Browse files
authored
php84: 8.4.3 -> 8.4.4 (#382909)
2 parents a3a07ac + 3377566 commit eb3a75f

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.3";
8-
hash = "sha256-1rEjedHx3yFtGTKECjGxT+0eD8fo2x6dF5X3Wh516tk=";
7+
version = "8.4.4";
8+
hash = "sha256-GSoyX9PKCbbFKN1gFO4H2APDFiUU1LsNPgmB0ArHAOw=";
99
}
1010
);
1111
in

0 commit comments

Comments
 (0)