oxker 0.2.1 -> 0.2.3 https://repology.org/metapackage/oxker/versions attrpath: oxker Checking auto update branch... No auto update branch exists Old version 0.2.1" not present in master derivation file with contents: { lib, fetchCrate, rustPlatform }: rustPlatform.buildRustPackage rec { pname = "oxker"; version = "0.2.3"; src = fetchCrate { inherit pname version; sha256 = "sha256-J+3wi1nqkxR3ZDfR+F3rvFjUz1DJ7/jhjmcvFdMzWYc="; }; cargoHash = "sha256-oQPCUm/X2vt6wN5AKhtgq8tzQQrp0H42bBK7Az+I9BE="; 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 ]; }; }