Unverified Commit 0e6259b9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #312479 from r-ryantm/auto-update/tenki

tenki: 1.10.0 -> 1.11.0
parents a3c6b7ec 478132f1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "tenki";
  version = "1.10.0";
  version = "1.11.0";

  src = fetchFromGitHub {
    owner = "ckaznable";
    repo = "tenki";
    rev = "v${version}";
    hash = "sha256-+04rQt+hQQan85k1AxnVaQN2xfWWrJII+GdLMSn+cck=";
    hash = "sha256-jd7D0iC3+s3w6uG0WqlvL9F4xQL+cQzsUvAIOc7ORgw=";
  };

  cargoHash = "sha256-/ygw6bCJEeTmrG8XXMhoMl25NHK4E6mmML/V+E8e6UE=";
  cargoHash = "sha256-3SdOUSSerTnA9VHZEmFt1LiatLwC7Dq4k/MKstE8x80=";

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