ytdl-sub: 2025.11.28.post1 -> 2025.12.26
Changelog: https://github.com/jmbannon/ytdl-sub/releases/tag/2025.12.26 Diff: https://github.com/jmbannon/ytdl-sub/compare/2025.11.28.post1...2025.12.26
This commit is contained in:
@@ -4,18 +4,19 @@
|
||||
ffmpeg_7,
|
||||
lib,
|
||||
versionCheckHook,
|
||||
writableTmpDirAsHomeHook,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "ytdl-sub";
|
||||
version = "2025.11.28.post1";
|
||||
version = "2025.12.26";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jmbannon";
|
||||
repo = "ytdl-sub";
|
||||
tag = version;
|
||||
hash = "sha256-DKlo8Cs7MVfkY8qrVT6NDPTQm6DhGtOHQ1pm3587Hj8=";
|
||||
hash = "sha256-NRIA8vbkRCkL43p5YkhQtPk58iW1rH0LqBbYAyfyv0I=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -45,6 +46,7 @@ python3Packages.buildPythonApplication rec {
|
||||
nativeCheckInputs = [
|
||||
versionCheckHook
|
||||
python3Packages.pytestCheckHook
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
versionCheckProgramArg = "--version";
|
||||
|
||||
@@ -55,6 +57,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
disabledTests = [
|
||||
"test_logger_can_be_cleaned_during_execution"
|
||||
"test_no_config_works"
|
||||
"test_presets_run"
|
||||
"test_thumbnail"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user