We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4d5de5 + eab4cd9 commit 8bbc524Copy full SHA for 8bbc524
pkgs/applications/networking/instant-messengers/twitch-tui/default.nix
@@ -12,16 +12,16 @@
12
13
rustPlatform.buildRustPackage rec {
14
pname = "twitch-tui";
15
- version = "2.6.17";
+ version = "2.6.18";
16
17
src = fetchFromGitHub {
18
owner = "Xithrius";
19
repo = pname;
20
tag = "v${version}";
21
- hash = "sha256-QwFCabksDG+G7nfQPtxshd4n71Dj/uKOGRRutnZxECM=";
+ hash = "sha256-uo9QEwSRIJKjWza8dEQXDCMQ/ydKBk/BX2TaVhX+k1M=";
22
};
23
24
- cargoHash = "sha256-EEZZaTIDrVcygfXg7/cLOnrVeDfpP88Q16RQ+Bl7eUI=";
+ cargoHash = "sha256-QYT5Aqwl2m/+SZlw55Ep3dIfmESSNowN30JJ52mY/Lk=";
25
26
nativeBuildInputs = [
27
pkg-config
0 commit comments