ytdl-sub: 2025.06.19.post1 -> 2025.06.27 (#420592)

This commit is contained in:
Felix Bargfeldt
2025-06-27 20:17:40 +02:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "ytdl-sub";
version = "2025.06.19.post1";
version = "2025.06.27";
pyproject = true;
src = fetchFromGitHub {
owner = "jmbannon";
repo = "ytdl-sub";
tag = version;
hash = "sha256-aZ7LzpOZgI9KUt0aWMdzVH299O83d3zPxldRKZvwO8I=";
hash = "sha256-Ub5ITm30hZHWSMKFD7TX4z1GBQ0fU+cMqWRt2AVbGoI=";
};
postPatch = ''