Skip to content

Commit

Permalink
yt-dlp: 2024.12.3 -> 2024.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo authored and github-actions[bot] committed Dec 7, 2024
1 parent 70954e9 commit ab2ac60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/yt/yt-dlp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ python3Packages.buildPythonApplication 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.12.3";
version = "2024.12.6";
pyproject = true;

src = fetchPypi {
inherit version;
pname = "yt_dlp";
hash = "sha256-Nav/UcV2IDMQPyMwugqKH0jEOIpBOi2M3JuEZC/o7dQ=";
hash = "sha256-dD2+CB6ocb4/X/CD4s2V2oZt6nc/xwrmsQmDjPv3KsQ=";
};

build-system = with python3Packages; [
Expand Down

0 comments on commit ab2ac60

Please sign in to comment.