twitch-dl: 3.1.0 -> 3.3.1 (#483736)

This commit is contained in:
Peder Bergebakken Sundt
2026-02-03 19:21:44 +00:00
committed by GitHub
+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 = [