php80: 8.0.12 -> 8.0.13

Fixes CVE-2021-21707

(cherry picked from commit 6dfffc7d49)
This commit is contained in:
ajs124
2021-11-19 12:42:37 +01:00
committed by github-actions[bot]
parent 7021d298d0
commit 8d41fc092e

View File

@@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.0.12";
sha256 = "sha256-tIhtsd8yLcj7Eo2LNK5+lPb8aC7LKf9PWlkdTen+rb8=";
version = "8.0.13";
sha256 = "0djqh650clz4fy1zifazf0jq383znksydx23f1s48prrlixrshf2";
});
in