1 { lib, fetchCrate, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-Qh/mUEfCvrOrUHJ1kEWb3BLBmMyP/MzUyfFoB+eYj9w=";
12 cargoHash = "sha256-VYA5Y6CjhKx3MgQ0pyOO7vw44cKykRjlgUZopgR9pYo=";
15 description = "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 ];
20 mainProgram = "oxker";