mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
lemmeknow: 0.7.0 -> 0.8.0
Diff: https://diff.rs/lemmeknow/0.7.0/0.8.0 Changelog: https://github.com/swanandx/lemmeknow/releases/tag/v0.8.0
This commit is contained in:
parent
b7d8a4d2be
commit
c26cf4669a
1 changed files with 4 additions and 3 deletions
|
@ -2,18 +2,19 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "lemmeknow";
|
||||
version = "0.7.0";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-rSuHFVUYpL1v5ba0q15mNEuAHzFF9tWxFs3zTJt5zcc=";
|
||||
hash = "sha256-Q82tP4xNWAooFjHeJCFmuULnWlFbgca/9Y2lm8rVXKs=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-x//spFPlmJJAIyI5RgnYlMORi4eCXc8p7iEJQ7Ayptw=";
|
||||
cargoHash = "sha256-slV9RxdFCEx1El7hngWGv+5CqDSQsU2ACF2nWQLOTU0=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool to identify anything";
|
||||
homepage = "https://github.com/swanandx/lemmeknow";
|
||||
changelog = "https://github.com/swanandx/lemmeknow/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda Br1ght0ne ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue