ytdl-sub: 2025.09.13 -> 2025.09.27.post4

This commit is contained in:
R. Ryantm
2025-10-02 11:27:25 +00:00
parent 41b88f48c1
commit 7fa9199d89
+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 = ''