mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
twitch-chat-downloader: update client_id
This commit is contained in:
parent
e6c09b2d57
commit
fccd84a045
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user