ytdl-sub: 2025.05.05 -> 2025.05.23

This commit is contained in:
R. Ryantm 2025-05-29 06:44:24 +00:00
parent 6ed432a97e
commit 5f6c54ff78

View file

@ -8,14 +8,14 @@
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "ytdl-sub"; pname = "ytdl-sub";
version = "2025.05.05"; version = "2025.05.23";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jmbannon"; owner = "jmbannon";
repo = "ytdl-sub"; repo = "ytdl-sub";
tag = version; tag = version;
hash = "sha256-zLYP3iGbTcWuffed7o5RuoYjlUvVFRt8FUOhL1vbW/U="; hash = "sha256-296lizseyBJdpu80MnquPB1ldGgpAcey3iDwiaLqpOQ=";
}; };
postPatch = '' postPatch = ''