twitch-dl: 3.0.0 -> 3.1.0

Changelog: https://github.com/ihabunek/twitch-dl/blob/3.1.0/CHANGELOG.md
This commit is contained in:
Peder Bergebakken Sundt 2025-05-16 12:34:23 +02:00
parent a4d10eba9b
commit 7ad05bdb77

View File

@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "twitch-dl";
version = "3.0.0";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ihabunek";
repo = "twitch-dl";
tag = version;
hash = "sha256-/TlJG6Mh8/Ax4bKKR/plhMMY2x6YXwcFP6zjClOPaD8=";
hash = "sha256-Nn/Nwd1KvrkR+uGp8HmRGeBC7E0/Y1EVMpJAp7UDj7Q=";
};
nativeBuildInputs = [