From 34a56602304b90ec7f242ebec133f5fb6051fd55 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Mon, 17 Feb 2025 22:09:45 +0100 Subject: [PATCH] php83: 8.3.16 -> 8.3.17 diff: https://github.com/php/php-src/compare/php-8.3.16..php-8.3.17 changelog: https://www.php.net/ChangeLog-8.php#8.3.17 --- pkgs/development/interpreters/php/8.3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/php/8.3.nix b/pkgs/development/interpreters/php/8.3.nix index 7b4b5c6d438b..4475da8d8940 100644 --- a/pkgs/development/interpreters/php/8.3.nix +++ b/pkgs/development/interpreters/php/8.3.nix @@ -4,8 +4,8 @@ let base = callPackage ./generic.nix ( _args // { - version = "8.3.16"; - hash = "sha256-6SCCGMvcuBaDS2xe2N3FdI+xL/d3z54OA7tIlidmCLY="; + version = "8.3.17"; + hash = "sha256-TgNNynqxb8YGLIxTBnUo9OyqJGvyIxDmhB9wCAlCZKw="; } ); in