twitch-tui: 1.6.0 -> 2.0.2

This commit is contained in:
R. Ryantm 2023-01-07 17:47:06 +00:00
parent ac7445e754
commit d526cb1b5e

View File

@ -9,19 +9,19 @@
rustPlatform.buildRustPackage rec {
pname = "twitch-tui";
version = "1.6.0";
version = "2.0.2";
src = fetchFromGitHub {
owner = "Xithrius";
repo = pname;
rev = "v${version}";
sha256 = "sha256-144yn/QQPIZJOgqKFUWjB7KCmEKfNpj6XjMGhTpQdEQ=";
sha256 = "sha256-4gEE2JCYNxPOV47w/wMRvYn5YJdgvlYl+fkk6qcXLr8=";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ];
cargoHash = "sha256-zUeI01EyXsuoKzHbpVu3jyA3H2aBk6wMY+GW3h3v8vc=";
cargoHash = "sha256-IYk01mueNZu791LPdkB79VaxsFXZbqEFDbpw1ckYTMo=";
meta = with lib; {
description = "Twitch chat in the terminal";