about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-28 08:23:30 +1000
committerAlyssa Ross <hi@alyssa.is>2020-10-14 20:45:39 +0000
commit3c9e333ea958d1283354114e32c4f026cc3441b7 (patch)
treef346a424651fcd557bc416f403bb24fafbcf2a54 /nixpkgs/pkgs/tools
parentda0d250ffed1adb362c91c42c61887f76db889ad (diff)
downloadnixlib-3c9e333ea958d1283354114e32c4f026cc3441b7.tar
nixlib-3c9e333ea958d1283354114e32c4f026cc3441b7.tar.gz
nixlib-3c9e333ea958d1283354114e32c4f026cc3441b7.tar.bz2
nixlib-3c9e333ea958d1283354114e32c4f026cc3441b7.tar.lz
nixlib-3c9e333ea958d1283354114e32c4f026cc3441b7.tar.xz
nixlib-3c9e333ea958d1283354114e32c4f026cc3441b7.tar.zst
nixlib-3c9e333ea958d1283354114e32c4f026cc3441b7.zip
youtube-dl: 2020.06.16.1 -> 2020.07.28
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.07.28
(cherry picked from commit 1e2a59ef56e914ee1dbb233f2c8a0153896a421e)
Diffstat (limited to 'nixpkgs/pkgs/tools')
-rw-r--r--nixpkgs/pkgs/tools/misc/youtube-dl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/tools/misc/youtube-dl/default.nix b/nixpkgs/pkgs/tools/misc/youtube-dl/default.nix
index 94f4de6e364f..07dae0b9600a 100644
--- a/nixpkgs/pkgs/tools/misc/youtube-dl/default.nix
+++ b/nixpkgs/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.06.16.1";
+  version = "2020.07.28";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "1q0080cvxpfakgbzigbnl9adnga3jz1sqig2rsiq52rarqbc01px";
+    sha256 = "1if7xyi7g9rpni1jbs7gv5m12s34qdb15dpfbbjn8120h16y7cqz";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper ];