mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
phpPackages.redis: 5.0.2 -> 5.1.1
This commit is contained in:
parent
f472c6dd50
commit
69a13718cf
1 changed files with 2 additions and 2 deletions
|
@ -587,10 +587,10 @@ let
|
|||
};
|
||||
|
||||
redis = buildPecl {
|
||||
version = "5.0.2";
|
||||
version = "5.1.1";
|
||||
pname = "redis";
|
||||
|
||||
sha256 = "0b5pw17lzqknhijfymksvf8fm1zilppr97ypb31n599jw3mxf62f";
|
||||
sha256 = "1041zv91fkda73w4c3pj6zdvwjgb3q7mxg6mwnq9gisl80mrs732";
|
||||
};
|
||||
|
||||
sqlsrv = buildPecl {
|
||||
|
|
Loading…
Reference in a new issue