mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
php80: 8.0.12 -> 8.0.13
Fixes CVE-2021-21707
(cherry picked from commit 6dfffc7d49)
This commit is contained in:
committed by
github-actions[bot]
parent
7021d298d0
commit
8d41fc092e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user