php80: 8.0.23 -> 8.0.24

This commit is contained in:
Pol Dellaiera 2022-09-30 09:38:26 +02:00
parent cae4cf2772
commit 0d87d2232a
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.0.23";
hash = "sha256-FBLbRoAKRc7Td8KJLsYmGzxBLxPcEzv8mYz7LxR7QM8=";
version = "8.0.24";
hash = "sha256-kI4XzqMx1au4UGtKicY5K5YuEnw5Eyd3fHSF60tBXUM=";
});
in