mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
perl-Redis: 1.981 -> 1.982
This commit is contained in:
parent
affb893831
commit
ae385fb25c
@ -9875,10 +9875,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
Redis = buildPerlPackage rec {
|
||||
name = "Redis-1.981";
|
||||
name = "Redis-1.982";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DA/DAMS/${name}.tar.gz";
|
||||
sha256 = "5eb65fb6fdfc43f143c7095ec9500f829724274a295eb43d3882ff8798fa3793";
|
||||
sha256 = "1ig6sg1sgdz1dq8gpafin9m4nk0n9k1hzs9c45fl6wslpyim864z";
|
||||
};
|
||||
buildInputs = [ IOString ModuleBuildTiny PodCoverageTrustPod TestCPANMeta TestDeep TestFatal TestSharedFork TestTCP ];
|
||||
propagatedBuildInputs = [ IOSocketTimeout ];
|
||||
|
Loading…
Reference in New Issue
Block a user