about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2019-08-02 22:10:38 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2019-08-02 22:10:38 +0800
commitf93ef946e529da224ef4ea0c6c996e2ea71f00ad (patch)
tree65d92a3075a35b7eb2491e830db1da12bc86783b /pkgs/tools
parentc740bbf1ba39d0e90a5b5b8b9d2c9137d1267f9e (diff)
downloadnixlib-f93ef946e529da224ef4ea0c6c996e2ea71f00ad.tar
nixlib-f93ef946e529da224ef4ea0c6c996e2ea71f00ad.tar.gz
nixlib-f93ef946e529da224ef4ea0c6c996e2ea71f00ad.tar.bz2
nixlib-f93ef946e529da224ef4ea0c6c996e2ea71f00ad.tar.lz
nixlib-f93ef946e529da224ef4ea0c6c996e2ea71f00ad.tar.xz
nixlib-f93ef946e529da224ef4ea0c6c996e2ea71f00ad.tar.zst
nixlib-f93ef946e529da224ef4ea0c6c996e2ea71f00ad.zip
youtube-dl: 2019.07.30 -> 2019.08.02
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 5c13b4c8350b..e571f5333990 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.07.30";
+  version = "2019.08.02";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0nb5xvq4aq0az8y5wb54zp5q4qzfhs7rcb39yp6j5q8jyjp9kzwy";
+    sha256 = "101b6jrf6ckbxrn76ppvgdyrb25p7d247kn8qgq7n476sfnkfg2p";
   };
 
   nativeBuildInputs = [ makeWrapper ];