6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
13 rev = "refs/tags/${version}";
14 sha256 = "sha256-e0YtpakEaaWdgu+bMr2VFoUc6+SUMFk4hYtSyk5aApY=";
17 cargoHash = "sha256-RkJjAmZ++4nc/lLh8g0LxGq2DjZGxQEjFOl8Yzx116A=";
20 description = "Graphical console greeter for greetd";
21 homepage = "https://github.com/apognu/tuigreet";
22 changelog = "https://github.com/apognu/tuigreet/releases/tag/${version}";
23 license = lib.licenses.gpl3Plus;
24 maintainers = with lib.maintainers; [ luc65r ];
25 platforms = lib.platforms.linux;
26 mainProgram = "tuigreet";