summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-08-26 19:28:19 +0200
committerRobert Helgesson <robert@rycee.net>2016-08-26 19:32:16 +0200
commit223d235a71673c63ae44b48d2795a6d828da61c6 (patch)
tree01ae8e5d82b62bed8dcb651f53fd6872104757be /pkgs/top-level
parent131cd8f45d3946545223c6c892e862913352ab22 (diff)
downloadnixlib-223d235a71673c63ae44b48d2795a6d828da61c6.tar
nixlib-223d235a71673c63ae44b48d2795a6d828da61c6.tar.gz
nixlib-223d235a71673c63ae44b48d2795a6d828da61c6.tar.bz2
nixlib-223d235a71673c63ae44b48d2795a6d828da61c6.tar.lz
nixlib-223d235a71673c63ae44b48d2795a6d828da61c6.tar.xz
nixlib-223d235a71673c63ae44b48d2795a6d828da61c6.tar.zst
nixlib-223d235a71673c63ae44b48d2795a6d828da61c6.zip
perl-Redis: 1.982 -> 1.991
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 092a61c43830..abf2713e6802 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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;
     };
   };