12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
20 sha256 = "1l9zngr5l12g71j85iyph4jjri3crxc2pi9q0gczrrzvs03439mn";
24 lockFile = ./Cargo.lock;
26 "clml_rs-0.3.0" = "sha256-KTAm0TCNHGeuOmqmLcZfjl2mQmWcCxWaTPOzA38qbUM=";
30 # freshfetch depends on rust nightly features
33 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
42 description = "Fresh take on neofetch";
43 homepage = "https://github.com/k4rakara/freshfetch";
44 license = licenses.mit;
45 maintainers = with maintainers; [ figsoda ];
46 mainProgram = "freshfetch";