php82: 8.2.4 -> 8.2.5

changelog: https://www.php.net/ChangeLog-8.php#8.2.5
This commit is contained in:
Pol Dellaiera 2023-04-17 10:34:34 +02:00
parent 9b5533a3be
commit b384624244

View File

@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.2.4";
hash = "sha256-eRhvlL1RDbhuMeU13USCd6Hrkqh4eDA6Hq1EYC2LEZc=";
version = "8.2.5";
hash = "sha256-5agGY8yk9gRK2GpIl5gUfHrwN+ypb2zTV6s20oy2N1c=";
});
in