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:
ajs124 2021-02-06 18:31:02 +01:00
parent 0761e651c4
commit 8e8b21a0e4

View file

@ -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; ([