tenki: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-04-24 17:35:54 +00:00 committed by Matthieu Coudron
parent e59f7ab9ef
commit ce6da85c2d
1 changed files with 3 additions and 3 deletions

View File

@ -4,16 +4,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "tenki";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "ckaznable";
repo = "tenki";
rev = "v${version}";
hash = "sha256-FlygsPvlftlCrAuViB/MpI9m10o1iVtfJ8djn5ycHa4=";
hash = "sha256-FItq/rnxJsEnKFPUR59Wo3eQvaykaIyCohCcOlPrdAE=";
};
cargoHash = "sha256-mWxdZilKbC7+OygCmPB09kZJdtGbUqrGpaEZG/Bn5QQ=";
cargoHash = "sha256-PhilKt7gLWoOOpkpSPa1/E33rmHvX466hSCGoNfezq0=";
meta = with lib; {
description = "tty-clock with weather effect";