6 rustPlatform.buildRustPackage rec {
7 pname = "i3-open-next-ws";
11 inherit pname version;
12 hash = "sha256-eYHCm8jEv6Ll6/h1kcYHNxWGnVWI41ZB96Jec9oZFsY=";
14 cargoHash = "sha256-9U0bYCbkvcZJOCd4jZog4bSJkP1ntmAFjWm7lJDdcuo=";
17 description = "Workspace management utility for i3 and sway, that picks the first unused workspace automagically";
18 homepage = "https://github.com/JohnDowson/i3-open-next-ws";
19 license = lib.licenses.mit;
20 mainProgram = "i3-open-next-ws";
21 maintainers = with lib.maintainers; [ quantenzitrone ];
22 platforms = lib.platforms.linux;