7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-dHx3vFY0ztyTIlzUi22TYphPD5hvgfHrWaaeoGxnvW0=";
18 cargoHash = "sha256-KDg6Ggnm6Cl/1fXqNcc7/jRFJ6KTLVGveJ6Fs3NLlHE=";
21 description = "screen rotation daemon for X11 and wlroots";
22 homepage = "https://github.com/efernau/rot8";
23 license = licenses.mit;
24 maintainers = [ maintainers.smona ];
26 platforms = platforms.linux;