Skip to content

Commit

Permalink
yt-dlp: 2024.11.4 -> 2024.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Nov 21, 2024
1 parent b0d195a commit 98f2351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/yt-dlp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ buildPythonPackage rec {
# The websites yt-dlp deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported
# to the latest stable release.
version = "2024.11.4";
version = "2024.11.18";
pyproject = true;

src = fetchPypi {
inherit version;
pname = "yt_dlp";
hash = "sha256-7SBMG2G8Vj4TREd2bRqzQxc1QHmeE+u5U+iHzn3PaGU=";
hash = "sha256-uKTCPTya/X5Ha824fzi2wOjhLjojnXmI8TrLQ0IA9U0=";
};

build-system = [
Expand Down

0 comments on commit 98f2351

Please sign in to comment.