about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-12-14 05:57:43 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-12-14 06:05:51 +1000
commitd444a5ff39fde18574cb344ec4ee4d48c2bf1439 (patch)
tree3bc4ef30e93a6f63da61563838d4ca3cf72dda8d
parentf37a1749c3115c8cd896bbf81f027d63e5302aae (diff)
youtube-dl: 2020.12.12 -> 2020.12.14
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.14
-rw-r--r--pkgs/tools/misc/youtube-dl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/youtube-dl/default.nix b/pkgs/tools/misc/youtube-dl/default.nix
index a394a1a667c5b..9e2afd9b06833 100644
--- a/pkgs/tools/misc/youtube-dl/default.nix
+++ b/pkgs/tools/misc/youtube-dl/default.nix
@@ -18,11 +18,11 @@ buildPythonPackage rec {
   # The websites youtube-dl 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 = "2020.12.12";
+  version = "2020.12.14";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0iv4l78ylzx8q6myv4v7xq6r5y0hacz6l30bqk1szncfikvfc3cf";
+    sha256 = "0ws2nsvn0qlnnyxz9g95ffygscfmg5npzmwbq8iyyi6b2njsb0cn";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper ];