1 { lib, fetchCrate, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-8ZdtM246aqc49Q3ygMGk51LIzRA8RIdlaistbKUj3yY=";
12 cargoHash = "sha256-5JKM+GnigkpuX4qeGQAjDz/X48ZxXtCfYVwGco13YRM=";
15 description = "Command-line/WM bar tool to display the moon phase at a certain date";
16 homepage = "https://github.com/mirrorwitch/moon-phases";
17 license = licenses.acsl14;
18 maintainers = with maintainers; [ mirrorwitch ];
19 mainProgram = "moon-phases";