twitch-dl: 3.1.0 -> 3.3.1

Changelog: https://github.com/ihabunek/twitch-dl/blob/3.3.1/CHANGELOG.md
This commit is contained in:
Peder Bergebakken Sundt
2026-01-25 20:35:53 +01:00
parent eb1a53ae25
commit 78dc9d6289
+3 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "twitch-dl";
version = "3.1.0";
version = "3.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ihabunek";
repo = "twitch-dl";
tag = version;
hash = "sha256-Nn/Nwd1KvrkR+uGp8HmRGeBC7E0/Y1EVMpJAp7UDj7Q=";
hash = "sha256-scGTGlAt1k6eS8O3thrlJpVv3vZe2lKNBxtDYIBWOPg=";
};
nativeBuildInputs = [
@@ -31,6 +31,7 @@ python3Packages.buildPythonApplication rec {
click
httpx
m3u8
wcwidth
];
nativeCheckInputs = [