tartube-yt-dlp: 2.5.062 -> 2.5.100

This commit is contained in:
R. Ryantm
2025-02-04 03:49:57 +00:00
parent 1428a5523b
commit e4a116bc24
+2 -2
View File
@@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "tartube";
version = "2.5.062";
version = "2.5.100";
src = fetchFromGitHub {
owner = "axcore";
repo = "tartube";
tag = "v${version}";
sha256 = "sha256-AtyqSapX8M8PUGeOiC2WFgs0nPgosT7UcbTHejIfwhc=";
sha256 = "sha256-zocFQRpYbWxG/EoZW419v6li8HBo/9woTBYDbzHR4qQ=";
};
nativeBuildInputs = [