Merge pull request #262097 from zakame/contrib/perl-Crypt-Bcrypt-0.011
perlPackages.CryptBcrypt: init at 0.011
This commit is contained in:
commit
bb7e980c65
1 changed files with 13 additions and 0 deletions
|
@ -4758,6 +4758,19 @@ with self; {
|
|||
};
|
||||
};
|
||||
|
||||
CryptBcrypt = buildPerlPackage {
|
||||
pname = "Crypt-Bcrypt";
|
||||
version = "0.011";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/L/LE/LEONT/Crypt-Bcrypt-0.011.tar.gz";
|
||||
hash = "sha256-Z/ymiwUm5zTi2VvGsyutAcMZ5Yer9j5M80Itpmu+o6A=";
|
||||
};
|
||||
meta = {
|
||||
description = "modern bcrypt implementation";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
CryptBlowfish = buildPerlPackage {
|
||||
pname = "Crypt-Blowfish";
|
||||
version = "2.14";
|
||||
|
|
Loading…
Reference in a new issue