twitch-tui: 2.6.17 -> 2.6.18

This commit is contained in:
R. Ryantm
2025-01-04 03:18:24 +00:00
parent b16a62cd60
commit eab4cd92a8
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "twitch-tui";
version = "2.6.17";
version = "2.6.18";
src = fetchFromGitHub {
owner = "Xithrius";
repo = pname;
tag = "v${version}";
hash = "sha256-QwFCabksDG+G7nfQPtxshd4n71Dj/uKOGRRutnZxECM=";
hash = "sha256-uo9QEwSRIJKjWza8dEQXDCMQ/ydKBk/BX2TaVhX+k1M=";
};
cargoHash = "sha256-EEZZaTIDrVcygfXg7/cLOnrVeDfpP88Q16RQ+Bl7eUI=";
cargoHash = "sha256-QYT5Aqwl2m/+SZlw55Ep3dIfmESSNowN30JJ52mY/Lk=";
nativeBuildInputs = [
pkg-config