Merge pull request #203290 from DomesticMoth/add/aaa

aaa: init at 1.1.1
This commit is contained in:
figsoda 2022-12-03 15:42:37 -05:00 committed by GitHub
commit e5378ad184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 0 deletions

View File

@ -3646,6 +3646,15 @@
githubId = 126339;
name = "Domen Kozar";
};
DomesticMoth = {
name = "Andrew";
email = "silkmoth@protonmail.com";
github = "DomesticMoth";
githubId = 91414737;
keys = [{
fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087";
}];
};
dominikh = {
email = "dominik@honnef.co";
github = "dominikh";

View File

@ -0,0 +1,24 @@
{ lib
, rustPlatform
, fetchFromGitHub
}:
rustPlatform.buildRustPackage rec {
pname = "aaa";
version = "1.1.1";
src = fetchFromGitHub {
owner = "DomesticMoth";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gIOlPjZOcmVLi9oOn4gBv6F+3Eq6t5b/3fKzoFqxclw=";
};
cargoSha256 = "sha256-ugB0r9qiGRurc30GrJH4MKM6fWZ99+f1Gy7/1lSmrwU=";
meta = with lib; {
description = "Terminal viewer for 3a format";
homepage = "https://github.com/DomesticMoth/aaa";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ DomesticMoth ];
};
}

View File

@ -1138,6 +1138,8 @@ with pkgs;
_9pfs = callPackage ../tools/filesystems/9pfs { };
aaa = callPackage ../tools/misc/aaa {};
aardvark-dns = callPackage ../tools/networking/aardvark-dns { };
a2ps = callPackage ../tools/text/a2ps { };