8 version = "unstable-2023-02-08";
10 src = fetchFromGitHub {
13 rev = "02aa80b3be8a6c2c9d08d9a56b3fe784adf00933";
14 hash = "sha256-J3wTqWxHEQz1AAt7DfUmpgc7wmfILBtyHuDrmqN96fI=";
17 vendorHash = "sha256-t4zim6WhqGAf1zHmmbJbpVvQcE/aoNL7ZLdjU7f3rp8=";
19 ldflags = [ "-s" "-w" ];
22 description = "Typing test in your terminal";
23 homepage = "https://github.com/maaslalani/typer";
24 license = licenses.mit;
25 maintainers = with maintainers; [ figsoda ];
26 mainProgram = "typer";