10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-i2gw8vXiKutq26ACzkVXH3kED7jAngSv2mNo9P3qXnA=";
21 cargoHash = "sha256-cqrSyZjfBSfF015nwOcRy2rkE4XzFPxJCQZGrqZXLEA=";
28 buildInputs = [ libnotify ];
31 description = "Small program to send battery notifications";
32 homepage = "https://github.com/doums/bato";
33 changelog = "https://github.com/doums/bato/releases/tag/v${version}";
34 license = lib.licenses.mpl20;
35 maintainers = with lib.maintainers; [ HaskellHegemonie ];
36 platforms = lib.platforms.linux;