oxker: init at 0.1.5

This commit is contained in:
siph 2022-10-08 11:02:09 -06:00
parent 108434803a
commit 61309fba90
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{ lib, fetchCrate, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "oxker";
version = "0.1.5";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-OhXU61F8XK5ts4GwDUkFv4+FGNFUmJJ9ooRS9/D0yvQ=";
};
cargoSha256 = "sha256-ldf0XYBhxLL2v0+yBX9Dqq8kYgJZ2f4Lor+rUA0/47E=";
meta = with lib; {
description = "A simple tui to view & control docker containers";
homepage = "https://github.com/mrjackwills/oxker";
changelog = "https://github.com/mrjackwills/oxker/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ siph ];
};
}

View file

@ -9893,6 +9893,8 @@ with pkgs;
overmind = callPackage ../applications/misc/overmind { };
oxker = callPackage ../applications/misc/oxker { };
ovh-ttyrec = callPackage ../tools/misc/ovh-ttyrec { };
ovito = libsForQt5.callPackage ../applications/graphics/ovito {