Unverified Commit b8d2d2c4 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #236481 from drupol/php/bump-june-2023

php: bump june 2023
parents d78eb979 b422ca28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

let
  base = callPackage ./generic.nix (_args // {
    version = "8.0.28";
    hash = "sha256-nV50k1yQDjuce2vHQFlrcZM2MOufY3F8DEkj2MeIxi4=";
    version = "8.0.29";
    hash = "sha256-SAGh8OFxcChnI6tUrNBFrHipZWAh1W8QSmRUPuySLhI=";
  });

in
+3 −3
Original line number Diff line number Diff line
{ callPackage, lib, stdenv, ... }@_args:
{ callPackage, ... }@_args:

let
  base = callPackage ./generic.nix (_args // {
    version = "8.1.19";
    hash = "sha256-ZCByB/2jC+kmou8fZv8ma/H9x+AzObyZ+7oKEkXkJ5s=";
    version = "8.1.20";
    hash = "sha256-VVeFh1FKJwdQD4UxnlfA1N+biAPNsmVmWVrEv0WdxN0=";
  });

in
+3 −3
Original line number Diff line number Diff line
{ callPackage, lib, stdenv, fetchurl, ... }@_args:
{ callPackage, ... }@_args:

let
  base = callPackage ./generic.nix (_args // {
    version = "8.2.6";
    hash = "sha256-RKcMUvU3ZiwQ2R7tv1H9dlyZYb5rolCO1jv3omzdMQA=";
    version = "8.2.7";
    hash = "sha256-W/sqNcZ5Ib3K3VyQyykK11N9JNoROl6LwtZGsC3nSI8=";
  });

in