12 rustPlatform.buildRustPackage rec {
14 version = "unstable-2022-11-20";
16 src = fetchFromGitHub {
19 rev = "09b4668a5363a6e93dfb8ba35b244835f4edb0f2";
20 sha256 = "sha256-0IIzXY7AFTGEe0TzJVKOtTPUZee0Wz40yKgEWLeIYJw=";
23 cargoSha256 = "sha256-zSq6YBlm6gJXGlF9xZ8gWSTMewdNqrJzwP58a0x8QIU=";
37 description = "A Wayland compositor written in Rust";
38 homepage = "https://github.com/mahkoh/jay";
39 license = licenses.gpl3;
40 platforms = platforms.linux;
41 maintainers = with maintainers; [ dit7ya ];