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