summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorarcnmx <arcnmx@users.noreply.github.com>2020-01-24 11:32:19 -0800
committerarcnmx <arcnmx@users.noreply.github.com>2020-01-24 11:32:19 -0800
commite0e2fd849a674379e4fae67aedad1188c9807194 (patch)
tree23e09934e1fd742940a9e1520a736da3d1b8b0bf /pkgs/tools
parent93c7301338ac1eaf7ad7b687fa477aa86790628f (diff)
downloadnixpkgs-e0e2fd849a674379e4fae67aedad1188c9807194.tar
nixpkgs-e0e2fd849a674379e4fae67aedad1188c9807194.tar.gz
nixpkgs-e0e2fd849a674379e4fae67aedad1188c9807194.tar.bz2
nixpkgs-e0e2fd849a674379e4fae67aedad1188c9807194.tar.lz
nixpkgs-e0e2fd849a674379e4fae67aedad1188c9807194.tar.xz
nixpkgs-e0e2fd849a674379e4fae67aedad1188c9807194.tar.zst
nixpkgs-e0e2fd849a674379e4fae67aedad1188c9807194.zip
youtube-dl: 2020.01.15 -> 2020.01.24
Diffstat (limited to 'pkgs/tools')
-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 875eccac942..59fd4fa70c9 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.01.15";
+  version = "2020.01.24";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0dyjc8nxyg9ry2ylmblh3fwavpais3mdfj6ndw4i0yc2vkw12rsm";
+    sha256 = "1zrnbjnwv315f9a83lk5c0gl4ianvp6q2kinxvqlv604sabcq78b";
   };
 
   nativeBuildInputs = [ makeWrapper ];