ytdl-sub: 2025.02.21 -> 2025.04.03 (#396268)

Co-authored-by: Defelo <Defelo@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-05 15:36:33 +00:00
committed by GitHub
co-authored by Defelo
+2 -2
View File
@@ -8,14 +8,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "ytdl-sub";
version = "2025.02.21";
version = "2025.04.03";
pyproject = true;
src = fetchFromGitHub {
owner = "jmbannon";
repo = "ytdl-sub";
tag = version;
hash = "sha256-TRq4sJowCi8CsZP859eJt2NWTDs2LN+2sG3y2s7UDA0=";
hash = "sha256-4Bgh1FvtJl27K9AnSwl/q/B4T8fbmmxSKk7srMVypmQ=";
};
postPatch = ''