Skip to content

Commit

Permalink
twitch-tui: 2.6.17 -> 2.6.18 (NixOS#370790)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 4, 2025
2 parents a4d5de5 + eab4cd9 commit 8bbc524
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bbc524

Please sign in to comment.