php73: 7.3.29 -> 7.3.32
ChangeLog: https://www.php.net/ChangeLog-7.php#7.3.32 and below.
This commit is contained in:
parent
06b49ba179
commit
25ff65fe34
|
@ -4,8 +4,8 @@ let
|
|||
generic = (import ./generic.nix) _args;
|
||||
|
||||
base = callPackage generic (_args // {
|
||||
version = "7.3.29";
|
||||
sha256 = "1l74brhbkmmd0jbwyk5yixlapj3j4vlvysq4y0snkn0b2iw2hfm8";
|
||||
version = "7.3.32";
|
||||
sha256 = "sha256-fBWLMG5TQ08eCohkeqVhgUMIqv+HE+19I37Y8TmcIW8=";
|
||||
|
||||
# https://bugs.php.net/bug.php?id=76826
|
||||
extraPatches = lib.optional stdenv.isDarwin ./php73-darwin-isfinite.patch;
|
||||
|
|
Loading…
Reference in New Issue