9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
14 owner = "coastalwhite";
17 hash = "sha256-YDopY+wdWlVL2X+/wc1tLSSqFclAkt++JXMK3VodD4s=";
20 cargoHash = "sha256-uuHPJe+1VsnLRGbHtgTMrib6Tk359cwTDVfvtHnDToo=";
23 preConfigure = "cargo update --offline";
29 passthru.tests.version = testers.testVersion {
34 description = "A customizable TUI display/login manager written in Rust";
35 homepage = "https://github.com/coastalwhite/lemurs";
36 license = with licenses; [asl20 mit];
37 maintainers = with maintainers; [jeremiahs];
38 mainProgram = "lemurs";