8 rustPlatform.buildRustPackage {
10 version = "0-unstable-2024-05-23";
12 src = fetchFromGitHub {
15 rev = "069dea0b832bd5b7a7872a57bd53f51cd377f206";
16 hash = "sha256-3btFzZbkHT6kBBA3M7OwFsD710VpMiHSXIpHmvCD/es=";
19 cargoHash = "sha256-3OjZhWAgfmMZ0OGeRawk3KZpPqz1QCVkwsyGM+E7o88=";
26 description = "Tool to freeze the screen of a Wayland compositor";
27 homepage = "https://github.com/Jappie3/wayfreeze";
28 license = licenses.agpl3Only;
29 maintainers = with lib.maintainers; [ purrpurrn ];
30 mainProgram = "wayfreeze";
31 platforms = platforms.linux;