3
0
Fork 0
forked from mirrors/nixpkgs

php80: 8.0.24 -> 8.0.25

This commit is contained in:
Pol Dellaiera 2022-10-29 08:33:57 +02:00
parent 4ede9091df
commit 305a0e8e65
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.24";
hash = "sha256-kI4XzqMx1au4UGtKicY5K5YuEnw5Eyd3fHSF60tBXUM=";
version = "8.0.25";
hash = "sha256-CdcWvOtbPbdtkCOxDBaB674EDlH0wY39Nfn/i3O7z4w=";
});
in