Skip to content

Commit 4035a7f

Browse files
authored
php: 8.4.5 -> 8.4.6 (NixOS#397979)
2 parents b3264ea + 43282ed commit 4035a7f

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.5";
8-
hash = "sha256-k3jHiIfQzXRi/FwX8t4wyFLyD3nSh5XiVz/jJQ05Q24=";
7+
version = "8.4.6";
8+
hash = "sha256-nPJzRQm2A/ZYlherUqlxKgPg/gWZUc3dLUYj30v3xsY=";
99
}
1010
);
1111
in

0 commit comments

Comments
 (0)