7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-+kjDNQKlaoI5fQ5FqYF6IPCKeE92WKxIhVCKafqfE0o=";
18 cargoHash = "sha256-DJpWBset6SW7Ahg60+Tu1VpH34LcVOyrEs9suKyTE9g=";
21 description = "Interactive batteries viewer";
23 An interactive viewer, similar to top, htop and other *top utilities,
24 but about the batteries installed in your notebook.
26 homepage = "https://github.com/6543/batmon/";
27 changelog = "https://github.com/6543/batmon/releases/tag/v${version}";
28 license = licenses.asl20;
29 mainProgram = "batmon";
30 platforms = with platforms; unix ++ windows;
31 broken = stdenv.isDarwin && stdenv.isAarch64;
32 maintainers = with maintainers; [ _6543 ];