From a17528c2843edb40bae6585564b7749fe4e6a25c Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Mon, 25 Oct 2021 23:33:53 +0200 Subject: [PATCH] php74: 7.4.24 -> 7.4.25, fix CVE-2021-21703 Details: https://nvd.nist.gov/vuln/detail/CVE-2021-21703 ChangeLog: https://www.php.net/ChangeLog-7.php#7.4.25 (cherry picked from commit af404d852f39b18257024d8010192d74829c0917) --- pkgs/development/interpreters/php/7.4.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/php/7.4.nix b/pkgs/development/interpreters/php/7.4.nix index 849767b2b72..4f4d30a2f24 100644 --- a/pkgs/development/interpreters/php/7.4.nix +++ b/pkgs/development/interpreters/php/7.4.nix @@ -5,8 +5,8 @@ let base = callPackage generic (_args // { - version = "7.4.24"; - sha256 = "0cigvwp469kmc27r28liq5dwdz5icp61vqqr3w24jhw6i2vk43pm"; + version = "7.4.25"; + sha256 = "sha256-J5klcMrz4uUyOrezeFPETBUpsdMeqU2Xdu+pHVp4ExM="; }); in base.withExtensions ({ all, ... }: with all; ([