13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 sha256 = "1l9zngr5l12g71j85iyph4jjri3crxc2pi9q0gczrrzvs03439mn";
25 lockFile = ./Cargo.lock;
27 "clml_rs-0.3.0" = "sha256-KTAm0TCNHGeuOmqmLcZfjl2mQmWcCxWaTPOzA38qbUM=";
31 # freshfetch depends on rust nightly features
34 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
43 description = "Fresh take on neofetch";
44 homepage = "https://github.com/k4rakara/freshfetch";
45 license = licenses.mit;
46 maintainers = with maintainers; [ figsoda ];
47 mainProgram = "freshfetch";