php80: 8.0.7 -> 8.0.8
fixes CVE-2021-21705 and CVE-2021-21704 also various other bugs, see https://www.php.net/ChangeLog-8.php#8.0.8 for a complete changelog
This commit is contained in:
parent
1e6a414cad
commit
d0c10fc34c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
let
|
||||
base = callPackage ./generic.nix (_args // {
|
||||
version = "8.0.7";
|
||||
sha256 = "0yazcc9x66xg1gmi3rpgk891g6s3mm7aywcadqfqnx1mdz4z5ckj";
|
||||
version = "8.0.8";
|
||||
sha256 = "0vyi9hhy7yl4l589dniwb3gq29sp3giq7ni4nca3x54q3bbpgg8l";
|
||||
});
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue