Merge pull request #312864 from pbsds/bump-twitch-dl-1716116547

twitch-dl: 2.3.0 -> 2.3.1
This commit is contained in:
Benjamin Hipple 2024-05-19 10:46:42 -04:00 committed by GitHub
commit a9842e25bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "twitch-dl";
version = "2.3.0";
version = "2.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ihabunek";
repo = "twitch-dl";
rev = "refs/tags/${version}";
hash = "sha256-0uOOc3ANXleQlENB+gdWheafBiOOcyZsFvYj7r+WMCY=";
hash = "sha256-ixkIDJbysa3TOJiNmAG2SuJwCv5MaX6nCtUnS4901rg=";
};
pythonRelaxDeps = [