Skip to content

Commit

Permalink
twitch-chat-downloader: update client_id
Browse files Browse the repository at this point in the history
(cherry picked from commit fccd84a)
  • Loading branch information
Assistant authored and github-actions[bot] committed Sep 6, 2024
1 parent c4d4ed7 commit c202a2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/applications/misc/twitch-chat-downloader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ buildPythonApplication rec {
hash = "sha256-mV60ygrtQa9ZkJ2CImhAV59ckCJ7vJSA9cWkYE2xo1M=";
};

postPatch = ''
# Update client ID for Twitch changes
# See: <https://github.com/TheDrHax/Twitch-Chat-Downloader/pull/16>
substituteInPlace tcd/example.settings.json \
--replace-fail jzkbprff40iqj646a697cyrvl0zt2m6 kd1unb4b3q4t58fwlpcbzcbnm76a8fp
'';

propagatedBuildInputs = [
iso8601
progressbar2
Expand Down

0 comments on commit c202a2e

Please sign in to comment.