ytdl-sub: 2025.06.19.post1 -> 2025.06.27

This commit is contained in:
R. Ryantm
2025-06-27 17:53:15 +00:00
parent 4933e72bb9
commit 9b663a69c2
+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 = ''