From ac97c071c9523b17c08aebe3206e3a670422e451 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sat, 16 Mar 2024 19:53:24 +0100 Subject: [PATCH] php82: 8.2.16 -> 8.2.17 Diff: https://github.com/php/php-src/compare/php-8.2.16..php-8.2.17 Changelog: https://github.com/php/php-src/blob/PHP-8.2.17/NEWS --- pkgs/development/interpreters/php/8.2.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/php/8.2.nix b/pkgs/development/interpreters/php/8.2.nix index d97170bae7a6..ce3dc313621f 100644 --- a/pkgs/development/interpreters/php/8.2.nix +++ b/pkgs/development/interpreters/php/8.2.nix @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { - version = "8.2.16"; - hash = "sha256-JljBuJNatrU6fyCTVGAnYasHBm5mkgvEcriBX9G0P3E="; + version = "8.2.17"; + hash = "sha256-GRMWwgMmfZYWC0fSL5VdTcEXk96KXzJ+DCp2J1polOo="; }); in base.withExtensions ({ all, ... }: with all; ([