2 , buildPythonApplication
9 buildPythonApplication rec {
10 pname = "bitwarden-menu";
15 pname = "bitwarden_menu";
17 hash = "sha256-tuIolWvQ/vKSJr6oUTL7ZLPgdkYsIZods5yQNNfWbWY=";
20 nativeBuildInputs = with python3Packages; [
25 propagatedBuildInputs = [
33 changelog = "https://github.com/firecat53/bitwarden-menu/releases/tag/v${version}";
34 description = "Dmenu/Rofi frontend for managing Bitwarden vaults. Uses the Bitwarden CLI tool to interact with the Bitwarden database";
36 homepage = "https://github.com/firecat53/bitwarden-menu";
37 license = licenses.mit;
38 maintainers = with maintainers; [ aman9das ];