ytdl-sub: 2025.04.03 -> 2025.04.18

This commit is contained in:
Defelo
2025-04-18 13:18:12 +00:00
parent 5ab6fb906b
commit 6a73e8bad5
+2 -2
View File
@@ -8,14 +8,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "ytdl-sub";
version = "2025.04.03";
version = "2025.04.18";
pyproject = true;
src = fetchFromGitHub {
owner = "jmbannon";
repo = "ytdl-sub";
tag = version;
hash = "sha256-4Bgh1FvtJl27K9AnSwl/q/B4T8fbmmxSKk7srMVypmQ=";
hash = "sha256-TaZS9kaBcl6F1CvP8q4pGcZE1b1dAf1qnXHjfM/AFWg=";
};
postPatch = ''