php80: 8.0.11 -> 8.0.12, fix CVE-2021-21703
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-21703 ChangeLog: https://www.php.net/ChangeLog-8.php#8.0.12 (cherry picked from commit ab5c10c42a95de2192f270ea13ba05e149e8cead)
This commit is contained in:
parent
a17528c284
commit
1b8d9c1854
|
@ -4,8 +4,8 @@ let
|
|||
generic = (import ./generic.nix) _args;
|
||||
|
||||
base = callPackage generic (_args // {
|
||||
version = "8.0.11";
|
||||
sha256 = "0fj0yk0h0fvr9ckszp496wdyvf8kdfsvydw95qg0q0g4hm18gvbh";
|
||||
version = "8.0.12";
|
||||
sha256 = "sha256-tIhtsd8yLcj7Eo2LNK5+lPb8aC7LKf9PWlkdTen+rb8=";
|
||||
});
|
||||
|
||||
in base.withExtensions ({ all, ... }: with all; ([
|
||||
|
|
Loading…
Reference in New Issue