8 rustPlatform.buildRustPackage rec {
9 pname = "sway-overfocus";
12 src = fetchFromGitHub {
16 hash = "sha256-trpjKA0TV8InSfViIXKnMDeZeFXZfavpiU7/R3JDQkQ=";
19 cargoHash = "sha256-uAzD4x7pSyem2juQi/4223Cbt6pVt4gynhn2lWMSKSQ=";
21 # Crate without tests.
24 passthru.updateScript = nix-update-script { };
27 description = ''"Better" focus navigation for sway and i3.'';
28 homepage = "https://github.com/korreman/sway-overfocus";
29 changelog = "https://github.com/korreman/sway-overfocus/releases/tag/${src.rev}";
30 license = licenses.mit;
31 maintainers = [ maintainers.ivan770 ];
32 mainProgram = "sway-overfocus";