summary refs log tree commit diff
path: root/pkgs/development/interpreters/php
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-10-01 12:57:03 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2021-10-01 12:57:03 +0200
commit13d37ebb64a5e314aad5895c98da886b64886d25 (patch)
tree61ddf6c2fdaa59db624c7148f758d692f577124c /pkgs/development/interpreters/php
parent82155ff501c7622cb2336646bb62f7624261f6d7 (diff)
downloadnixpkgs-13d37ebb64a5e314aad5895c98da886b64886d25.tar
nixpkgs-13d37ebb64a5e314aad5895c98da886b64886d25.tar.gz
nixpkgs-13d37ebb64a5e314aad5895c98da886b64886d25.tar.bz2
nixpkgs-13d37ebb64a5e314aad5895c98da886b64886d25.tar.lz
nixpkgs-13d37ebb64a5e314aad5895c98da886b64886d25.tar.xz
nixpkgs-13d37ebb64a5e314aad5895c98da886b64886d25.tar.zst
nixpkgs-13d37ebb64a5e314aad5895c98da886b64886d25.zip
php74: 7.4.23 -> 7.4.24
ChangeLog: https://www.php.net/ChangeLog-7.php#7.4.24
Diffstat (limited to 'pkgs/development/interpreters/php')
-rw-r--r--pkgs/development/interpreters/php/7.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/php/7.4.nix b/pkgs/development/interpreters/php/7.4.nix
index d098aeb57e1..0c8edacbae5 100644
--- a/pkgs/development/interpreters/php/7.4.nix
+++ b/pkgs/development/interpreters/php/7.4.nix
@@ -2,8 +2,8 @@
 
 let
   base = callPackage ./generic.nix (_args // {
-    version = "7.4.23";
-    sha256 = "d1e094fe6e4f832e0a64be9c69464ba5d593fb216f914efa8bbb084e0a7a5727";
+    version = "7.4.24";
+    sha256 = "0cigvwp469kmc27r28liq5dwdz5icp61vqqr3w24jhw6i2vk43pm";
   });
 
 in