about summary refs log tree commit diff
path: root/pkgs/tools/misc/youtube-dl
diff options
context:
space:
mode:
authorRoosemberth Palacios <roosembert.palacios@epfl.ch>2019-02-02 16:12:44 +0100
committerTimo Kaufmann <timokau@zoho.com>2019-02-02 16:12:44 +0100
commit5463f4d903d129f928d85163bd3d738d4dcac8d6 (patch)
tree600b4b4d0abc859a07565085fcc756eeab8aa0bd /pkgs/tools/misc/youtube-dl
parent5c986a45ced125752d02b949f0ae41603275f25d (diff)
downloadnixlib-5463f4d903d129f928d85163bd3d738d4dcac8d6.tar
nixlib-5463f4d903d129f928d85163bd3d738d4dcac8d6.tar.gz
nixlib-5463f4d903d129f928d85163bd3d738d4dcac8d6.tar.bz2
nixlib-5463f4d903d129f928d85163bd3d738d4dcac8d6.tar.lz
nixlib-5463f4d903d129f928d85163bd3d738d4dcac8d6.tar.xz
nixlib-5463f4d903d129f928d85163bd3d738d4dcac8d6.tar.zst
nixlib-5463f4d903d129f928d85163bd3d738d4dcac8d6.zip
youtube-dl: 2019.01.17 -> 2019.01.30.1 (#55075)
Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
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 dd210498fe75..0598976ec98e 100644
--- a/pkgs/tools/misc/youtube-dl/default.nix
+++ b/pkgs/tools/misc/youtube-dl/default.nix
@@ -19,11 +19,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.01.17";
+  version = "2019.01.30.1";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0fxajwv81b0bjw9qlwmxd4r93yp5nnqll79vhic0vy72ii0093r7";
+    sha256 = "0wamv1fs4w8jjx67p60rgrgdi6k04yy0h4p3cwscza5pzhpmvnlf";
   };
 
   nativeBuildInputs = [ makeWrapper ];