Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

php80: 8.0.12 -> 8.0.13

Fixes CVE-2021-21707

(cherry picked from commit 6dfffc7d4918560eb3015a6e90e8e1b7959f16bf)

authored by

ajs124 and committed by
github-actions[bot]
8d41fc09 7021d298

+2 -2
+2 -2
pkgs/development/interpreters/php/8.0.nix
··· 2 2 3 3 let 4 4 base = callPackage ./generic.nix (_args // { 5 - version = "8.0.12"; 6 - sha256 = "sha256-tIhtsd8yLcj7Eo2LNK5+lPb8aC7LKf9PWlkdTen+rb8="; 5 + version = "8.0.13"; 6 + sha256 = "0djqh650clz4fy1zifazf0jq383znksydx23f1s48prrlixrshf2"; 7 7 }); 8 8 9 9 in