7 rustPlatform.buildRustPackage rec {
12 inherit pname version;
13 hash = "sha256-8ZdtM246aqc49Q3ygMGk51LIzRA8RIdlaistbKUj3yY=";
16 cargoHash = "sha256-5JKM+GnigkpuX4qeGQAjDz/X48ZxXtCfYVwGco13YRM=";
19 description = "Command-line/WM bar tool to display the moon phase at a certain date";
20 homepage = "https://github.com/mirrorwitch/moon-phases";
21 license = licenses.acsl14;
22 maintainers = with maintainers; [ mirrorwitch ];
23 mainProgram = "moon-phases";