Merge pull request #212005 from figsoda/askalono

askalono: init at 0.4.6
This commit is contained in:
Fabian Affolter
2023-01-22 13:56:56 +01:00
committed by GitHub
2 changed files with 27 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{ lib
, rustPlatform
, fetchCrate
}:
rustPlatform.buildRustPackage rec {
pname = "askalono";
version = "0.4.6";
src = fetchCrate {
pname = "askalono-cli";
inherit version;
hash = "sha256-7l5bHSsmuMoHbbOI3TAYFeHwD3Y62JvfrrXZa08V3+U=";
};
cargoHash = "sha256-OkN8V37GApJvremRJlWG3HSpWgMC17Ge8JMTiQVoc/g=";
meta = with lib; {
description = "A tool to detect open source licenses from texts";
homepage = "https://github.com/jpeddicord/askalono";
changelog = "https://github.com/jpeddicord/askalono/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ figsoda ];
};
}
+2
View File
@@ -1338,6 +1338,8 @@ with pkgs;
amidst = callPackage ../tools/games/minecraft/amidst { };
askalono = callPackage ../tools/misc/askalono { };
asleap = callPackage ../tools/networking/asleap { };
butler = callPackage ../games/itch/butler.nix {