about summary refs log tree commit diff
path: root/pkgs/tools/misc/yt-dlp
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-08-09 08:25:40 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-08-09 16:06:47 +1000
commit2c84638d2b848f6b096036a72928097f0c6ec79f (patch)
tree69ec79a6acbc81ad8b4ac7ccdaa2e00404785d2f /pkgs/tools/misc/yt-dlp
parent8dc1059afe8ec6040f7cabe1a6e0c1c952dacb93 (diff)
yt-dlp: 2022.07.18 -> 2022.8.8
https://github.com/yt-dlp/yt-dlp/releases/tag/2022.08.08
Diffstat (limited to 'pkgs/tools/misc/yt-dlp')
-rw-r--r--pkgs/tools/misc/yt-dlp/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/tools/misc/yt-dlp/default.nix b/pkgs/tools/misc/yt-dlp/default.nix
index 069f4e13aff87..eef90d17d67cc 100644
--- a/pkgs/tools/misc/yt-dlp/default.nix
+++ b/pkgs/tools/misc/yt-dlp/default.nix
@@ -20,12 +20,11 @@ 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 = "2022.07.18";
+  version = "2022.8.8";
 
   src = fetchPypi {
-    inherit pname;
-    version = builtins.replaceStrings [ ".0" ] [ "." ] version;
-    sha256 = "sha256-DnuB/GrI0bfT//p5+QRMpBY3hEIlgsmjWTMF2ipp7AI=";
+    inherit pname version;
+    sha256 = "sha256-Fcq2Em4SrxETQhOAbmpc+X0cYiHhSKomGN3UKTmjCo0=";
   };
 
   propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];
@@ -57,7 +56,6 @@ buildPythonPackage rec {
   meta = with lib; {
     homepage = "https://github.com/yt-dlp/yt-dlp/";
     description = "Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)";
-    changelog = "https://github.com/yt-dlp/yt-dlp/raw/${version}/Changelog.md";
     longDescription = ''
       yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc.