From 08c53a27b4b40659cd63f7fdfb9e9f544c939823 Mon Sep 17 00:00:00 2001 From: Oughie Date: Fri, 1 Aug 2025 18:19:30 +0200 Subject: [PATCH] clock-rs: 0.1.215 -> 0.1.216 Co-authored-by: Kenichi Kamiya --- pkgs/by-name/cl/clock-rs/package.nix | 8 ++++---- 1 file 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! '';