ytdl-sub: 2025.01.28 -> 2025.02.05 (#382441)

Co-authored-by: Defelo <Defelo@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-16 00:32:32 +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.01.28";
version = "2025.02.05";
pyproject = true;
src = fetchFromGitHub {
owner = "jmbannon";
repo = "ytdl-sub";
tag = version;
hash = "sha256-V1qz6YNI/4bGbMOEbedTOGxmInMjzGhmk5lG9qkGNsg=";
hash = "sha256-HGAzug8GetDMJYLSzSl+B8mA6PLHTyexJeDFnM6Fh+I=";
};
postPatch = ''