Merge pull request #71128 from stigtsp/package/perl-crypt-scryptkdf-init
perlPackages.CryptScryptKDF: init at 0.010
This commit is contained in:
commit
1d6da540ff
1 changed files with 17 additions and 0 deletions
|
@ -3451,6 +3451,23 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
CryptScryptKDF = buildPerlModule {
|
||||
pname = "Crypt-ScryptKDF";
|
||||
version = "0.010";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MI/MIK/Crypt-ScryptKDF-0.010.tar.gz";
|
||||
sha256 = "7d16ee95cce3eb54c174673a7299f4c086fba3ac85f847d0e134feed5f776017";
|
||||
};
|
||||
propagatedBuildInputs = [ CryptOpenSSLRandom ];
|
||||
perlPreHook = "export LD=$CC";
|
||||
meta = {
|
||||
description = "Scrypt password based key derivation function";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
homepage = "https://github.com/DCIT/perl-Crypt-ScryptKDF";
|
||||
maintainers = [ maintainers.sgo ];
|
||||
};
|
||||
};
|
||||
|
||||
CryptSmbHash = buildPerlPackage {
|
||||
pname = "Crypt-SmbHash";
|
||||
version = "0.12";
|
||||
|
|
Loading…
Reference in a new issue