ytdl-sub: 2026.01.06 -> 2026.01.16.post1

This commit is contained in:
R. Ryantm
2026-01-17 21:38:58 +00:00
parent 3304830a00
commit a801d9f9eb
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "ytdl-sub";
version = "2026.01.06";
version = "2026.01.16.post1";
pyproject = true;
src = fetchFromGitHub {
owner = "jmbannon";
repo = "ytdl-sub";
tag = version;
hash = "sha256-VmnsCmjKRHES6QtebFLhUvRQHNa6nE8GpG1Asuq/sas=";
hash = "sha256-G48veVi4aeDngpJeYiY5ri0Vv/tg2GzVIzrtoqlGjwc=";
};
postPatch = ''