mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.CryptDESEDE3: init at 0.03
Dependency of Convert::PEM. Assisted-by: Claude Code (Claude Opus 4.8) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
parent
9f61f7a1b0
commit
b7bd8c9e93
1 changed files with 17 additions and 0 deletions
|
|
@ -7016,6 +7016,23 @@ with self;
|
|||
};
|
||||
};
|
||||
|
||||
CryptDESEDE3 = buildPerlPackage {
|
||||
pname = "Crypt-DES_EDE3";
|
||||
version = "0.03";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TI/TIMLEGGE/Crypt-DES_EDE3-0.03.tar.gz";
|
||||
hash = "sha256-KFktt7njR0WqkfPhnl27uDqvRyop5we5eR0NArPiJ/U=";
|
||||
};
|
||||
propagatedBuildInputs = [ CryptDES ];
|
||||
meta = {
|
||||
description = "Triple-DES EDE encryption/decryption";
|
||||
license = with lib.licenses; [
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
CryptDH = buildPerlPackage {
|
||||
pname = "Crypt-DH";
|
||||
version = "0.07";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue