clock-rs: 0.1.214 -> 0.1.215

This commit is contained in:
Oughie 2025-04-22 00:40:41 +02:00 committed by GitHub
parent d1e61a9c58
commit bf1e68a59b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "clock-rs";
version = "0.1.214";
version = "0.1.215";
src = fetchFromGitHub {
owner = "Oughie";
repo = "clock-rs";
tag = "v${version}";
sha256 = "sha256-D0Wywl20TFIy8aQ9UkcI6T+5huyRuCCPc+jTeXsZd8g=";
sha256 = "sha256-uDEvJqaaBNRxohYqHE6qfqUF07ynRvGwJKWbYfgPEvg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-W4m4JffqNwebGWYNsMF6U0bDroqXJAixmcmqcqYjyzw=";
cargoHash = "sha256-Zry6mkOUdEgC95Y3U3RCXPJUsmaSoRPlHvUThI92GQU=";
meta = {
description = "Modern, digital clock that effortlessly runs in your terminal";