Peder Bergebakken Sundt
2024-09-07 02:50:49 +02:00
parent 87989335b2
commit 08ed73d1c3
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "twitch-dl";
version = "2.6.0";
version = "2.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ihabunek";
repo = "twitch-dl";
rev = "refs/tags/${version}";
hash = "sha256-3cC8eukL3k4C9desqCMak1wAFFYcrtcpCM3ybMqrJ8A=";
hash = "sha256-UNxuUE7FJ1euDbGWzX6P4AdYP5SLZuFVYHNaFjuS6ps=";
};
pythonRelaxDeps = [