php74: 7.4.21 -> 7.4.23

(cherry picked from commit 3fbb55710d31b27c8fa5897e4e7714ea54ce06e5)
This commit is contained in:
Pol Dellaiera 2021-09-13 08:51:59 +02:00
parent 53c72f9981
commit 72eba819ce

View File

@ -4,8 +4,8 @@ let
generic = (import ./generic.nix) _args; generic = (import ./generic.nix) _args;
base = callPackage generic (_args // { base = callPackage generic (_args // {
version = "7.4.21"; version = "7.4.23";
sha256 = "0al2697d5hwq0f39rgncl1pwfxzzpc0afmr0fjvw5qjpww163v1n"; sha256 = "d1e094fe6e4f832e0a64be9c69464ba5d593fb216f914efa8bbb084e0a7a5727";
}); });
in base.withExtensions ({ all, ... }: with all; ([ in base.withExtensions ({ all, ... }: with all; ([