mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
perl-Redis: 1.982 -> 1.991
This commit is contained in:
parent
131cd8f45d
commit
223d235a71
1 changed files with 5 additions and 5 deletions
|
@ -10749,18 +10749,18 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
Redis = buildPerlPackage rec {
|
||||
name = "Redis-1.982";
|
||||
name = "Redis-1.991";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DA/DAMS/${name}.tar.gz";
|
||||
sha256 = "1ig6sg1sgdz1dq8gpafin9m4nk0n9k1hzs9c45fl6wslpyim864z";
|
||||
sha256 = "f7d1a934fa9360a26e480f896f97be0fd62807f9d9baca65a9aa8d007ff2acaa";
|
||||
};
|
||||
buildInputs = [ IOString ModuleBuildTiny PodCoverageTrustPod TestCPANMeta TestDeep TestFatal TestSharedFork TestTCP ];
|
||||
propagatedBuildInputs = [ IOSocketTimeout ];
|
||||
propagatedBuildInputs = [ IOSocketTimeout TryTiny ];
|
||||
meta = {
|
||||
homepage = https://metacpan.org/pod/Redis;
|
||||
homepage = https://github.com/PerlRedis/perl-redis;
|
||||
description = "Perl binding for Redis database";
|
||||
license = stdenv.lib.licenses.artistic2;
|
||||
maintainers = with maintainers; [ rycee ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue