twitch-tui: 2.6.18 -> 2.6.19

Changelog: https://github.com/Xithrius/twitch-tui/releases/tag/v2.6.19
This commit is contained in:
LordMZTE
2025-04-13 22:15:07 +02:00
parent e2d92e73d7
commit 7dfb57cdfe
@@ -12,17 +12,17 @@
rustPlatform.buildRustPackage rec {
pname = "twitch-tui";
version = "2.6.18";
version = "2.6.19";
src = fetchFromGitHub {
owner = "Xithrius";
repo = pname;
tag = "v${version}";
hash = "sha256-uo9QEwSRIJKjWza8dEQXDCMQ/ydKBk/BX2TaVhX+k1M=";
hash = "sha256-hA66YcxbQem9ymOu3tGA4biKUCoJ2jKnUSK+9+0P2Eg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-H/MAbN7wCg74bNWt5xlNaukvGJLYyzuynYtIqxBOcbo=";
cargoHash = "sha256-DMUE3sTJEz2AxUctnjm0CkvOqMeAw5urLPZkkHvf9A8=";
nativeBuildInputs = [
pkg-config