1 { lib, rustPlatform, fetchFromGitea }:
3 rustPlatform.buildRustPackage rec {
8 domain = "codeberg.org";
12 sha256 = "szYWRN1NZbfpshipwMMJSWJw/NG4w7I+aqwtmqpT0R0=";
15 cargoHash = "sha256-O1kkfrwv7xiOh3wCV/ce6cqpkMPRRzcXOFESYMAhiKA=";
18 description = "Duration conversion between units";
19 homepage = "https://codeberg.org/annaaurora/didu";
20 license = licenses.lgpl3Only;
21 maintainers = with maintainers; [ annaaurora ];