lemmeknow: init at 0.6.0

This commit is contained in:
figsoda 2022-10-03 14:30:00 -04:00
parent 300e293349
commit 3a2881abb2
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{ lib, rustPlatform, fetchCrate }:
rustPlatform.buildRustPackage rec {
pname = "lemmeknow";
version = "0.6.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-xDHgIo6VGBp27JMqhG4r/MZTIAA8ViAJqWJNchZywTs=";
};
cargoSha256 = "sha256-bPI8S2hNQnIPj8Sl0QYs6piCdWSUYFH1qcf7DL+oxIo=";
meta = with lib; {
description = "A tool to identify anything";
homepage = "https://github.com/swanandx/lemmeknow";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
};
}

View File

@ -8612,6 +8612,8 @@ with pkgs;
leela = callPackage ../tools/graphics/leela { };
lemmeknow = callPackage ../tools/misc/lemmeknow { };
lethe = callPackage ../tools/security/lethe {
inherit (darwin.apple_sdk.frameworks) Security;
};