3
0
Fork 0
forked from mirrors/nixpkgs

php82: 8.2.6 -> 8.2.7

This commit is contained in:
Pol Dellaiera 2023-06-07 19:05:11 +02:00
parent 678084e0fa
commit b422ca288c
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -1,9 +1,9 @@
{ 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