10 rustPlatform.buildRustPackage rec {
11 pname = "aw-watcher-window-wayland";
12 version = "0-unstable-2024-10-08";
14 src = fetchFromGitHub {
15 owner = "ActivityWatch";
16 repo = "aw-watcher-window-wayland";
17 rev = "58bf86a6984cb01fa750c84ce468c7ccb167f796";
18 hash = "sha256-SnlShM44jnQiZGg5mjreZg1bsjFLNYMjC/krR1TXTE4=";
21 cargoHash = "sha256-WWT8tOrHPf5x3bXsVPt32VKut4qK+K8gickBfEc0zmk=";
22 useFetchCargoVendor = true;
24 passthru.updateScript = unstableGitUpdater { };
36 description = "WIP window and afk watcher for some Wayland compositors";
37 homepage = "https://github.com/ActivityWatch/aw-watcher-window-wayland";
38 license = lib.licenses.mpl20;
39 maintainers = with lib.maintainers; [ esau79p ];
40 mainProgram = "aw-watcher-window-wayland";
41 platforms = lib.platforms.linux;