Skip to content

Commit

Permalink
php83: 8.3.11 -> 8.3.12
Browse files Browse the repository at this point in the history
Fixes CVE-2024-8927, CVE-2024-9026 and CVE-2024-8925.

Changes:
https://www.php.net/ChangeLog-8.php#8.3.12
  • Loading branch information
LeSuisse committed Sep 27, 2024
1 parent 922f9d7 commit bb8164e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/8.3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

let
base = callPackage ./generic.nix (_args // {
version = "8.3.11";
hash = "sha256-ZkDiRVCAqJrcQdTle7BPjCv7fuxif+GZr5c7/zTX8O4=";
version = "8.3.12";
hash = "sha256-gHYzSWzNs3CokFRY24K9ZzZumKbVlyiRS3l7h+nK7L8=";
});
in
base.withExtensions ({ all, ... }: with all; ([
Expand Down

0 comments on commit bb8164e

Please sign in to comment.