1 { lib, fetchCrate, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
9 sha256 = "sha256-2zdsVItGZYQydpC9E/uCbzOE9Xoh7zTqa9DpxA5qNCc=";
12 cargoHash = "sha256-FXYFQpiK2BGUz9GjsUPS9LWPeezbBQ3A33juoVCl71g=";
15 description = "A simple tui to view & control docker containers";
16 homepage = "https://github.com/mrjackwills/oxker";
17 changelog = "https://github.com/mrjackwills/oxker/blob/v${version}/CHANGELOG.md";
18 license = licenses.mit;
19 maintainers = with maintainers; [ siph ];