[cpan2nix] perlPackages.perlldap: 0.65 -> 0.66
This commit is contained in:
parent
df5cccf35a
commit
43bfb7f973
1 changed files with 2 additions and 2 deletions
|
@ -12265,10 +12265,10 @@ let
|
|||
};
|
||||
|
||||
perlldap = buildPerlPackage rec {
|
||||
name = "perl-ldap-0.65";
|
||||
name = "perl-ldap-0.66";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MA/MARSCHAP/${name}.tar.gz";
|
||||
sha256 = "5f57dd261dc16ebf942a272ddafe69526598df71151a51916edc37a4f2f23834";
|
||||
sha256 = "09263ce6166e80c98d689d41d09995b813389fd069b784601f6dc57f8e2b4102";
|
||||
};
|
||||
buildInputs = [ TextSoundex ];
|
||||
propagatedBuildInputs = [ ConvertASN1 ];
|
||||
|
|
Loading…
Reference in a new issue