diff options
| author | Aleksana <me@aleksana.moe> | 2025-08-02 23:19:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-02 23:19:46 +0800 |
| commit | 1292f6bbf40d6f9106f73497c5dc536bf298e388 (patch) | |
| tree | ede58885096a7ef31b159af1f6f3be41bfff954a | |
| parent | qtgreet: 2.0.3.95 -> 2.0.4 (#428664) (diff) | |
| parent | clock-rs: 0.1.215 -> 0.1.216 (diff) | |
| download | nixpkgs-1292f6bbf40d6f9106f73497c5dc536bf298e388.tar.gz | |
clock-rs: 0.1.215 -> 0.1.216 (#430159)
| -rw-r--r-- | pkgs/by-name/cl/clock-rs/package.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/cl/clock-rs/package.nix b/pkgs/by-name/cl/clock-rs/package.nix index 241532d9075d..579c183b8489 100644 --- a/pkgs/by-name/cl/clock-rs/package.nix +++ b/pkgs/by-name/cl/clock-rs/package.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "clock-rs"; - version = "0.1.215"; + version = "0.1.216"; src = fetchFromGitHub { owner = "Oughie"; repo = "clock-rs"; tag = "v${version}"; - sha256 = "sha256-uDEvJqaaBNRxohYqHE6qfqUF07ynRvGwJKWbYfgPEvg="; + sha256 = "sha256-sSofMZThR025O2J4PnOMWVEuBt/+oZ01yDAQAijca0A="; }; - cargoHash = "sha256-Zry6mkOUdEgC95Y3U3RCXPJUsmaSoRPlHvUThI92GQU="; + cargoHash = "sha256-7gpD7aAma9Ye7sxqm1wGekcovXxdd11XOMf7fKWZrcA="; meta = { description = "Modern, digital clock that effortlessly runs in your terminal"; @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec { clock-rs is a terminal-based clock written in Rust, designed to be a new alternative to tty-clock. It supports all major platforms and offers several improvements, which include: - - The use of a single configuration file to manage its settings, with the ability to overwrite them through the command line, + - The use of a single configuration file to manage its settings, with the ability to override them through the command line, - Many additional features such as a timer and a stopwatch, - And greater flexibility as well as better user experience! ''; |
