ytdl-sub: 2025.09.13 -> 2025.09.27.post4 (#447974)

This commit is contained in:
Felix Bargfeldt
2025-10-02 12:08:54 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "ytdl-sub";
version = "2025.09.13";
version = "2025.09.27.post4";
pyproject = true;
src = fetchFromGitHub {
owner = "jmbannon";
repo = "ytdl-sub";
tag = version;
hash = "sha256-Qcf4hZ1MWH2FHWIvaQGjsd5uwNEaV+MTAFaQm0mwLNs=";
hash = "sha256-b+7K5qpIo1Yfeg18bYMCYVvHgr/7NKiZoelFdtq+KZo=";
};
postPatch = ''