Commit 87ef82b0 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

perlPackages.FileKDBX: init at 0.906

parent f7e019e0
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -9938,6 +9938,21 @@ with self; {
    };
  };
  FileKDBX = buildPerlPackage {
    pname = "File-KDBX";
    version = "0.906";
    src = fetchurl {
      url = "mirror://cpan/authors/id/C/CC/CCM/File-KDBX-0.906.tar.gz";
      hash = "sha256-tHt/kzOrtJHqrsY0WhTn+TlW0UOUTBS4Fkp/0bIkvW8=";
    };
    propagatedBuildInputs = [ CryptArgon2 CryptX DevelGlobalDestruction FileKeePass IteratorSimple RefUtil XMLLibXML boolean namespaceclean ];
    buildInputs = [ ScopeGuard TestDeep TestFatal TestWarnings ];
    meta = {
      description = "Interface to KeePass V3 and V4 database files";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  FileKeePass = buildPerlPackage {
    pname = "File-KeePass";
    version = "2.03";