tenki: 1.9.0 -> 1.10.0
Changelog: https://github.com/ckaznable/tenki/releases/tag/v1.10.0 Diff: https://github.com/ckaznable/tenki/compare/v1.9.0...v1.10.0
This commit is contained in:
parent
80bfa2e774
commit
d4162cbef2
@ -4,16 +4,16 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "tenki";
|
pname = "tenki";
|
||||||
version = "1.9.0";
|
version = "1.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ckaznable";
|
owner = "ckaznable";
|
||||||
repo = "tenki";
|
repo = "tenki";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-b9tByEuZ7mdPJVGgyvCnf+pyBKhO7I/B/Ak8MtM5qhU=";
|
hash = "sha256-+04rQt+hQQan85k1AxnVaQN2xfWWrJII+GdLMSn+cck=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-WvxO5muh0IGHoZr/ahE9rHs+MiXLGnQq3dgz63TwFRc=";
|
cargoHash = "sha256-/ygw6bCJEeTmrG8XXMhoMl25NHK4E6mmML/V+E8e6UE=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "tty-clock with weather effect";
|
description = "tty-clock with weather effect";
|
||||||
|
Loading…
Reference in New Issue
Block a user