php82: 8.2.2 -> 8.2.3

Security update. News: https://www.php.net/archive/2023.php#2023-02-14-2
This commit is contained in:
Pol Dellaiera
2023-02-15 22:10:57 +01:00
parent d78211b79d
commit 5d61c37a90
+2 -2
View File
@@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.2.2";
hash = "sha256-9SI6UnTtqLQMGeR94N5GeMZdZEAcz3EOJGSWLrgTaAQ=";
version = "8.2.3";
hash = "sha256-h7tYhl849eKUGBMCkVLOohAv4pYbtNaLiPgx3dBUjQ8=";
});
in