Skip to content

Commit

Permalink
yt-dlp: 2024.12.23 -> 2025.01.12 (#373321)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 13, 2025
2 parents f70b3a2 + c93a818 commit ef56e77
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.23";
version = "2025.1.12";
pyproject = true;

src = fetchPypi {
inherit version;
pname = "yt_dlp";
hash = "sha256-rA5ytakBe6EEtCWFRiAafO3DjovSByfgxjt3yCm0Jek=";
hash = "sha256-jn4kbipaLP8KnBPbRoRKN6VHaAcCASBYyU7Bj84Molo=";
};

build-system = with python3Packages; [
Expand Down

0 comments on commit ef56e77

Please sign in to comment.