6 rustPlatform.buildRustPackage rec {
11 inherit pname version;
12 hash = "sha256-LWssrLl2HKul24N3bJdf2ePqeR4PCROrTiVY5sqzB2M=";
15 cargoHash = "sha256-9emY0yhAKVzuk1Tlzi0kW8oR9jRqLdg8wbTcJMBrxMw=";
18 description = "Command line tool for converting between timezones";
19 homepage = "https://github.com/mitsuhiko/when";
21 license = lib.licenses.asl20;
22 maintainers = with lib.maintainers; [ loicreynier ];