Skip to content

Commit 6d57c8b

Browse files
Merge pull request #331571 from SuperSandro2000/yt-dlp
yt-dlp: 2024.7.25 -> 2024.8.1
2 parents 61c7b38 + 4da6152 commit 6d57c8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/yt/yt-dlp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ python3Packages.buildPythonApplication rec {
1616
# The websites yt-dlp deals with are a very moving target. That means that
1717
# downloads break constantly. Because of that, updates should always be backported
1818
# to the latest stable release.
19-
version = "2024.7.25";
19+
version = "2024.8.1";
2020
pyproject = true;
2121

2222
src = fetchPypi {
2323
inherit version;
2424
pname = "yt_dlp";
25-
hash = "sha256-dYeqJeI2z3sUvbk3i7//9RIC2QGwQgK+DPYsu1bTtSw=";
25+
hash = "sha256-QxiqUjaUYRVi8BQZyNUmtmKnLfNO+LpFQBazTINmwVg=";
2626
};
2727

2828
build-system = with python3Packages; [

0 commit comments

Comments
 (0)