1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-z+WGi1Jl+YkdAc4Nu818vi+OXg54GfAM6PbWYkgptpo=";
14 cargoHash = "sha256-/uAxIV7eroJNGsLl4T/6RskoTIWKu5Cgmv48eMkDZQw=";
17 description = "Simple terminal clock written in Rust";
18 homepage = "https://github.com/valebes/rsClock";
19 license = licenses.mit;
20 maintainers = with maintainers; [valebes];
21 mainProgram = "rsclock";