php80: 8.0.1 -> 8.0.2
https://www.php.net/ChangeLog-8.php#8.0.2 Fixes CVE-2021-21702 and a whole buch of regular bugs
This commit is contained in:
parent
0761e651c4
commit
8e8b21a0e4
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ let
|
|||
generic = (import ./generic.nix) _args;
|
||||
|
||||
base = callPackage generic (_args // {
|
||||
version = "8.0.1";
|
||||
sha256 = "1vmx9rhks8v2198f9d6cq62bway5mrfsz72garjdwcyi82ppckn4";
|
||||
version = "8.0.2";
|
||||
sha256 = "1rm3gc2h9l0zd1ccawpg1wxqm8v8rllq417f2w5pqcdf7sgah3q0";
|
||||
});
|
||||
|
||||
in base.withExtensions ({ all, ... }: with all; ([
|
||||
|
|
Loading…
Reference in a new issue