11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-nXKvepuiBDIGo8Gga5tbbT/mnC6z+HipV5XYtlrURRU=";
22 useFetchCargoVendor = true;
23 cargoHash = "sha256-cl09j96UfLvga4cJBSd1he9nfW3taQMY2e+UPltNQMI=";
33 doInstallCheck = true;
35 nativeInstallCheckInputs = [
39 versionCheckProgramArg = [ "--version" ];
42 description = "Adb logcat wrapper";
43 homepage = "https://github.com/flxo/rogcat";
44 changelog = "https://github.com/flxo/rogcat/releases/tag/v${version}";
45 license = lib.licenses.mit;
46 maintainers = with lib.maintainers; [ genga898 ];
47 mainProgram = "rogcat";
48 platforms = lib.platforms.linux;