From 9f4d20b4bfc71eb7d80b6b8b1f619c2f955af1b8 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 1 Oct 2021 12:57:03 +0200 Subject: [PATCH 1/2] php74: 7.4.23 -> 7.4.24 ChangeLog: https://www.php.net/ChangeLog-7.php#7.4.24 (cherry picked from commit 13d37ebb64a5e314aad5895c98da886b64886d25) --- pkgs/development/interpreters/php/7.4.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/php/7.4.nix b/pkgs/development/interpreters/php/7.4.nix index 9797d98629f..849767b2b72 100644 --- a/pkgs/development/interpreters/php/7.4.nix +++ b/pkgs/development/interpreters/php/7.4.nix @@ -4,8 +4,9 @@ let generic = (import ./generic.nix) _args; base = callPackage generic (_args // { - version = "7.4.23"; - sha256 = "d1e094fe6e4f832e0a64be9c69464ba5d593fb216f914efa8bbb084e0a7a5727"; + + version = "7.4.24"; + sha256 = "0cigvwp469kmc27r28liq5dwdz5icp61vqqr3w24jhw6i2vk43pm"; }); in base.withExtensions ({ all, ... }: with all; ([ From 4ae8eeacc29dbe9b520cf67c476a6e6ef3cc988c Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 1 Oct 2021 12:57:58 +0200 Subject: [PATCH 2/2] php80: 8.0.10 -> 8.0.11 ChangeLog: https://www.php.net/ChangeLog-8.php#8.0.11 (cherry picked from commit 6b9eefb85f59c6d0d91b26180c9e1a2b42cb9f7f) --- pkgs/development/interpreters/php/8.0.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/php/8.0.nix b/pkgs/development/interpreters/php/8.0.nix index 538c1e66f11..507d1624614 100644 --- a/pkgs/development/interpreters/php/8.0.nix +++ b/pkgs/development/interpreters/php/8.0.nix @@ -4,8 +4,8 @@ let generic = (import ./generic.nix) _args; base = callPackage generic (_args // { - version = "8.0.10"; - sha256 = "sha256-yUVHJxQQkAhFsITsK8s0Zq82PuypLLJL1hHcvcJvFYc="; + version = "8.0.11"; + sha256 = "0fj0yk0h0fvr9ckszp496wdyvf8kdfsvydw95qg0q0g4hm18gvbh"; }); in base.withExtensions ({ all, ... }: with all; ([