1 { lib, fetchCrate, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
9 sha256 = "sha256-pHyIL5Jmldsa0ZNMiYpBD+9zxPv8Blg23nnWD2YmHMI=";
12 cargoHash = "sha256-N1Cv89njL9QCIs3HclcjsqgSUSMEckis8zyVqepeW70=";
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 ];
20 mainProgram = "oxker";