Skip to content

Commit

Permalink
Merge pull request NixOS#296861 from r-ryantm/auto-update/tenki
Browse files Browse the repository at this point in the history
tenki: 1.4.0 -> 1.5.0
  • Loading branch information
nixpkgs-merge-bot[bot] authored Mar 18, 2024
2 parents cb382fe + 8fec083 commit fccb6b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/te/tenki/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "tenki";
version = "1.4.0";
version = "1.5.0";

src = fetchFromGitHub {
owner = "ckaznable";
repo = "tenki";
rev = "v${version}";
hash = "sha256-64yNMO+Tm8APF2NnygQuub4z7kCxxf+T1urgA4Qs104=";
hash = "sha256-X/GnOgxwBhkrdhUmEhyxdgk5ElayMOAmtDxR2cqRJc8=";
};

cargoHash = "sha256-R6Bfk3kW8721Q++dSY4u7AbUukBT0PODfFXsXuugWdk=";
cargoHash = "sha256-rmMUVZwNouUvFFPgZfbR4sgtig5zx1WC3bxnfPPT3yQ=";

meta = with lib; {
description = "tty-clock with weather effect";
Expand Down

0 comments on commit fccb6b4

Please sign in to comment.