ytdl-sub: 2025.09.27.post4 -> 2025.10.16

This commit is contained in:
R. Ryantm
2025-10-16 19:54:11 +00:00
parent 5d1f6df5e1
commit d2f566e5cc
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "ytdl-sub";
version = "2025.09.27.post4";
version = "2025.10.16";
pyproject = true;
src = fetchFromGitHub {
owner = "jmbannon";
repo = "ytdl-sub";
tag = version;
hash = "sha256-b+7K5qpIo1Yfeg18bYMCYVvHgr/7NKiZoelFdtq+KZo=";
hash = "sha256-6DxIeNoOqz9hH1EnjfwU6adOVcSRlTrtVEq9znCGoyY=";
};
postPatch = ''