summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-01-03 21:51:47 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-09 07:23:54 +0000
commitffa489ea02d39b8940aa86bec7a6c12ce9b41f54 (patch)
tree052eb914af8853d89e9fe74bf71100af0168f1dd
parent7300dca340ad08729891f843284bd385a1fac7fb (diff)
php80: 8.0.26 -> 8.0.27
(cherry picked from commit 19e31cd67750b1b34486009d14ccd143414da942)
-rw-r--r--pkgs/development/interpreters/php/8.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/php/8.0.nix b/pkgs/development/interpreters/php/8.0.nix
index 3f05a546e23b..37277baae814 100644
--- a/pkgs/development/interpreters/php/8.0.nix
+++ b/pkgs/development/interpreters/php/8.0.nix
@@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
- version = "8.0.26";
- hash = "sha256-bfh6+W8nWnWIns5uP+ShOr2Tp2epmShjvcDpDx6Ifuc=";
+ version = "8.0.27";
+ hash = "sha256-X9iCsUN3wVjBtVzGrOkfuMGbd8WW1YMa0ST7u8kC28g=";
});
in