php82: 8.2.17 -> 8.2.18, fix CVE-2024-2756, CVE-2024-3096

Announcement: https://news-web.php.net/php.announce/423
This commit is contained in:
Maximilian Bosch 2024-04-12 22:56:55 +02:00
parent d12c76c716
commit 147dffac94
No known key found for this signature in database

View File

@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.2.17";
hash = "sha256-GRMWwgMmfZYWC0fSL5VdTcEXk96KXzJ+DCp2J1polOo=";
version = "8.2.18";
hash = "sha256-ygsHwlQgAyD1GKxbPfVAqc8U2GbzyT7cMBO1Lgb6x5Y=";
});
in
base.withExtensions ({ all, ... }: with all; ([