8 rustPlatform.buildRustPackage rec {
9 pname = "aw-watcher-window-wayland";
10 version = "6108ad3df8e157965a43566fa35cdaf144b1c51b";
12 src = fetchFromGitHub {
13 owner = "ActivityWatch";
16 hash = "sha256-xl9+k6xJp5/t1QPOYfnBLyYprhhrzjzByDKkT3dtVVQ=";
20 lockFile = ./Cargo.lock;
22 "aw-client-rust-0.1.0" = "sha256-9tlVesnBeTlazKE2UAq6dzivjo42DT7p7XMuWXHHlnU=";
34 description = "WIP window and afk watcher for wayland ";
35 homepage = "https://github.com/ActivityWatch/aw-watcher-window-wayland";
36 license = licenses.mpl20;
37 maintainers = with maintainers; [ esau79p ];