Mario Rodas 2024-04-23 04:20:00 +00:00
parent bef82c5da1
commit ea37601ad4

View File

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "twitch-dl"; pname = "twitch-dl";
version = "2.2.0"; version = "2.2.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ihabunek"; owner = "ihabunek";
repo = "twitch-dl"; repo = "twitch-dl";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-H2SxZgEjVdj/GRguJ2v/WWUrh0VTrwFV9mZVn/EYyPg="; hash = "sha256-Os27uqH3MA3v9+8WzfL5KIEUewAzf8JUyRtsWSzw81o=";
}; };
postPatch = '' postPatch = ''