mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
php81Extensions.redis: 6.0.1 -> 6.0.2
This commit is contained in:
parent
b65f481f0f
commit
65fe784fe4
@ -1,7 +1,7 @@
|
||||
{ buildPecl, lib, php, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
version = "6.0.1";
|
||||
version = "6.0.2";
|
||||
in buildPecl {
|
||||
inherit version;
|
||||
pname = "redis";
|
||||
@ -10,7 +10,7 @@ in buildPecl {
|
||||
repo = "phpredis";
|
||||
owner = "phpredis";
|
||||
rev = version;
|
||||
hash = "sha256-0by0TC4TNFIzgMjoyuJG4EavMhkYqmn8TtRaVmgepfc=";
|
||||
hash = "sha256-Ie31zak6Rqxm2+jGXWg6KN4czHe9e+190jZRQ5VoB+M=";
|
||||
};
|
||||
|
||||
internalDeps = with php.extensions; [
|
||||
|
Loading…
Reference in New Issue
Block a user