tartube-yt-dlp: 2.5.156 -> 2.5.164 (#431073)

This commit is contained in:
Wolfgang Walther 2025-08-14 14:01:17 +00:00 committed by GitHub
commit 4c72ca57c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
python3Packages.buildPythonApplication rec {
pname = "tartube";
version = "2.5.156";
version = "2.5.164";
format = "setuptools";
src = fetchFromGitHub {
owner = "axcore";
repo = "tartube";
tag = "v${version}";
sha256 = "sha256-4M1tYq8nVC1/+SQMtt0D0YfLW1uYWPcGx7XjuvbBxFw=";
sha256 = "sha256-PPvbdxxGUYUKL+5exO5+iO5ObJgjzFejZIIDA17hvYo=";
};
nativeBuildInputs = [