mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
moon-phases: init at 0.3.3
This commit is contained in:
parent
7843484dc1
commit
405b3a71a8
20
pkgs/tools/misc/moon-phases/default.nix
Normal file
20
pkgs/tools/misc/moon-phases/default.nix
Normal file
@ -0,0 +1,20 @@
|
||||
{ lib, fetchCrate, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "moon-phases";
|
||||
version = "0.3.3";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
hash = "sha256-8ZdtM246aqc49Q3ygMGk51LIzRA8RIdlaistbKUj3yY=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-5JKM+GnigkpuX4qeGQAjDz/X48ZxXtCfYVwGco13YRM=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command-line/WM bar tool to display the moon phase at a certain date";
|
||||
homepage = "https://github.com/mirrorwitch/moon-phases";
|
||||
license = licenses.acsl14;
|
||||
maintainers = with maintainers; [ mirrorwitch ];
|
||||
};
|
||||
}
|
@ -6036,6 +6036,8 @@ with pkgs;
|
||||
|
||||
moodle-dl = callPackage ../tools/networking/moodle-dl { };
|
||||
|
||||
moon-phases = callPackage ../tools/misc/moon-phases { };
|
||||
|
||||
moonraker = callPackage ../servers/moonraker { };
|
||||
|
||||
morsel = callPackage ../tools/text/morsel { };
|
||||
|
Loading…
Reference in New Issue
Block a user