about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-12-21 21:07:55 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-12-25 23:02:39 +0000
commit6f05dccc962837b89ac867581c0280b0fa11baab (patch)
tree53495510215043dec65022872a59d315d51529d4 /pkgs/development/interpreters
parent659d2348a54c38ce05f6d05f72488a5f88f27813 (diff)
php81: 8.1.26 -> 8.1.27
(cherry picked from commit e028a52d6f26cc2b9aad598fd941717b1b2b125c)
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/php/8.1.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/php/8.1.nix b/pkgs/development/interpreters/php/8.1.nix
index 5f5be6b3d1d83..3082f8b85b62a 100644
--- a/pkgs/development/interpreters/php/8.1.nix
+++ b/pkgs/development/interpreters/php/8.1.nix
@@ -2,10 +2,9 @@
 
 let
   base = callPackage ./generic.nix (_args // {
-    version = "8.1.26";
-    hash = "sha256-g73iSchKoaBDqMjQ7qCTRcLK5puXhM3wIin8kW+7nqA=";
+    version = "8.1.27";
+    hash = "sha256-oV/XPqRPLfMLB9JHhuB9GUiw6j7tC4uEVzXVANwov/E=";
   });
-
 in
 base.withExtensions ({ all, ... }: with all; ([
   bcmath