Skip to content

Commit

Permalink
Merge pull request #194268 from figsoda/lemmeknow
Browse files Browse the repository at this point in the history
lemmeknow: init at 0.6.0
  • Loading branch information
figsoda committed Oct 4, 2022
2 parents 6d7136b + 3a2881a commit bc990f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pkgs/tools/misc/lemmeknow/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8635,6 +8635,8 @@ with pkgs;

leela = callPackage ../tools/graphics/leela { };

lemmeknow = callPackage ../tools/misc/lemmeknow { };

lethe = callPackage ../tools/security/lethe {
inherit (darwin.apple_sdk.frameworks) Security;
};
Expand Down

0 comments on commit bc990f2

Please sign in to comment.