From 7323b4ae7257295f802c692de5c9f83b64eec283 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 15 Feb 2024 22:00:59 +0100 Subject: [PATCH] php83: 8.3.2 -> 8.3.3 Diff: https://github.com/php/php-src/compare/php-8.3.2..php-8.3.3 Changelog: https://github.com/php/php-src/blob/3a832a2aad405466c24a5e8e5798cf9de14fda14/NEWS#L3 --- 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 877bde775262..ee2bf413a426 100644 --- a/pkgs/development/interpreters/php/8.3.nix +++ b/pkgs/development/interpreters/php/8.3.nix @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { - version = "8.3.2"; - hash = "sha256-WCs8g3qNlS7//idKXklwbEOojBYoMMKow1gIn+dEkoQ="; + version = "8.3.3"; + hash = "sha256-qvthO6eVlKI/5yL46QrUczAGEL+A50uKpS2pysLcTio="; }); in base.withExtensions ({ all, ... }: with all; ([