ytdl-sub: 2025.01.15 -> 2025.01.17 (#375237)

Co-authored-by: Defelo <Defelo@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-20 07:26:44 +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.15";
version = "2025.01.17";
pyproject = true;
src = fetchFromGitHub {
owner = "jmbannon";
repo = "ytdl-sub";
tag = version;
hash = "sha256-UjCs71nXi77yvB9BhYxT+2G9I+qHEB5Jnhe+GJuppdY=";
hash = "sha256-6RazXOXkBXwhJz8eNhrLIoEAVXnFEAF3O+SDKSjAlYo=";
};
postPatch = ''