about summary refs log tree commit diff
path: root/pkgs/tools/misc/youtube-dl
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2019-10-29 07:58:22 +0800
committerJon <jonringer@users.noreply.github.com>2019-10-29 02:44:02 -0700
commit215dbc52531e06c06297848c382080602567d2ca (patch)
tree72ef4b8c3e03ca70a83ced76feac5a98647ff3fd /pkgs/tools/misc/youtube-dl
parentccf514a61daf72553bb89bfba2e08e5e451efef6 (diff)
downloadnixlib-215dbc52531e06c06297848c382080602567d2ca.tar
nixlib-215dbc52531e06c06297848c382080602567d2ca.tar.gz
nixlib-215dbc52531e06c06297848c382080602567d2ca.tar.bz2
nixlib-215dbc52531e06c06297848c382080602567d2ca.tar.lz
nixlib-215dbc52531e06c06297848c382080602567d2ca.tar.xz
nixlib-215dbc52531e06c06297848c382080602567d2ca.tar.zst
nixlib-215dbc52531e06c06297848c382080602567d2ca.zip
youtube-dl: 2019.10.22 -> 2019.10.29
Diffstat (limited to 'pkgs/tools/misc/youtube-dl')
-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 b523a86bd567..610738daebdf 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 = "2019.10.22";
+  version = "2019.10.29";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "06wg6wpyq0fawjxjrhd7zasfjr9b6w9wsk2amiqdl712zqlq2rwb";
+    sha256 = "1lq6ycjbx07831s24yx42q6m6svas4mf02vbszw0965dbbzs7vp4";
   };
 
   nativeBuildInputs = [ makeWrapper ];