about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-11-19 11:10:14 +0100
committerGitHub <noreply@github.com>2020-11-19 11:10:14 +0100
commita610ed10e0b04ca3961cc41bcefbac5dd4c580c5 (patch)
treeefe1ff302c1136c2cb73a9ca7b88f46c13a0da30
parentc790ed8c4e91b031f5a991075446db94d3f816b3 (diff)
parentaa03778083167947ea87a06b9682d5efd1ee0181 (diff)
Merge pull request #104214 from zowoq/ytdl
youtube-dl: 2020.11.12 -> 2020.11.19
-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 d3d6118a96682..a2a316a575cfa 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.11.12";
+  version = "2020.11.19";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0c98sjaj6mvxnjp0qnwqbr6fibgb4dlizad2xvkiswf4g4h0pc5f";
+    sha256 = "17my2k6ksj2gch2j85laa5y8c448j4n6zfg85ljfg3zxnag4vhgq";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper ];