Merge pull request #289138 from drupol/php/bumps/february-2024

php82: 8.2.15 -> 8.2.16 and php83: 8.3.2 -> 8.3.3
This commit is contained in:
Pol Dellaiera 2024-02-15 23:30:54 +01:00 committed by GitHub
commit 96ee8d4c96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.2.15";
hash = "sha256-UMPiILeqY6hXFiM8kC60TMCkZn7QuDNXIq4jkbE1Xno=";
version = "8.2.16";
hash = "sha256-JljBuJNatrU6fyCTVGAnYasHBm5mkgvEcriBX9G0P3E=";
});
in
base.withExtensions ({ all, ... }: with all; ([

View file

@ -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; ([