mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #258446 from shyim/update-redis
php82Extensions.redis: 5.3.7 -> 6.0.1
This commit is contained in:
commit
b200dcc8b1
@ -1,7 +1,7 @@
|
||||
{ buildPecl, lib, php, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
version = "5.3.7";
|
||||
version = "6.0.1";
|
||||
in buildPecl {
|
||||
inherit version;
|
||||
pname = "redis";
|
||||
@ -10,7 +10,7 @@ in buildPecl {
|
||||
repo = "phpredis";
|
||||
owner = "phpredis";
|
||||
rev = version;
|
||||
sha256 = "sha256-Cc9Mtx28j3kpyV8Yq+JSYQt5XQnELaVjuUbkkbG45kw=";
|
||||
hash = "sha256-0by0TC4TNFIzgMjoyuJG4EavMhkYqmn8TtRaVmgepfc=";
|
||||
};
|
||||
|
||||
internalDeps = with php.extensions; [
|
||||
|
Loading…
Reference in New Issue
Block a user