php83: 8.3.4 -> 8.3.6, fix CVE-2024-2756, CVE-2024-3096, CVE-2024-2757

Announcement: https://news-web.php.net/php.announce/424
This commit is contained in:
Maximilian Bosch
2024-04-12 23:14:37 +02:00
parent 147dffac94
commit c6e4e72218
+2 -2
View File
@@ -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; ([