php82Extensions.redis: 5.3.7 -> 6.0.1

This commit is contained in:
Soner Sayakci 2023-10-01 19:28:06 +02:00
parent 58aa673711
commit 940516dfa5
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
{ buildPecl, lib, php, fetchFromGitHub }: { buildPecl, lib, php, fetchFromGitHub }:
let let
version = "5.3.7"; version = "6.0.1";
in buildPecl { in buildPecl {
inherit version; inherit version;
pname = "redis"; pname = "redis";
@ -10,7 +10,7 @@ in buildPecl {
repo = "phpredis"; repo = "phpredis";
owner = "phpredis"; owner = "phpredis";
rev = version; rev = version;
sha256 = "sha256-Cc9Mtx28j3kpyV8Yq+JSYQt5XQnELaVjuUbkkbG45kw="; hash = "sha256-0by0TC4TNFIzgMjoyuJG4EavMhkYqmn8TtRaVmgepfc=";
}; };
internalDeps = with php.extensions; [ internalDeps = with php.extensions; [