Skip to content

Commit

Permalink
php83: 8.3.4 -> 8.3.6, fix CVE-2024-2756, CVE-2024-3096, CVE-2024-2757
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 12, 2024
1 parent 147dffa commit c6e4e72
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.4";
hash = "sha256-PFyvGODAokOq7JE6OeywkgQxla3eTD/ELpRdpbkndpU=";
version = "8.3.6";
hash = "sha256-YySx3djrMCWwQQNLiNwrwLSBmwAiEp7q66N+R4AxCLw=";
});
in
base.withExtensions ({ all, ... }: with all; ([
Expand Down

0 comments on commit c6e4e72

Please sign in to comment.