about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2020-06-05 21:01:38 +0200
committerLuflosi <luflosi@luflosi.de>2020-06-05 21:01:38 +0200
commitdfe87708725f8d7a3d1dfcf771abe65ab27e9b1e (patch)
tree00ebbd91d97f8b64bc1324d3ccc835fcc9fea5dd /pkgs
parentaaa69a98df4ffd04697e8c8bfdcfe853ceb55b1c (diff)
downloadnixlib-dfe87708725f8d7a3d1dfcf771abe65ab27e9b1e.tar
nixlib-dfe87708725f8d7a3d1dfcf771abe65ab27e9b1e.tar.gz
nixlib-dfe87708725f8d7a3d1dfcf771abe65ab27e9b1e.tar.bz2
nixlib-dfe87708725f8d7a3d1dfcf771abe65ab27e9b1e.tar.lz
nixlib-dfe87708725f8d7a3d1dfcf771abe65ab27e9b1e.tar.xz
nixlib-dfe87708725f8d7a3d1dfcf771abe65ab27e9b1e.tar.zst
nixlib-dfe87708725f8d7a3d1dfcf771abe65ab27e9b1e.zip
youtube-dl: 2020.05.29 -> 2020.06.06
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.06.06
Diffstat (limited to 'pkgs')
-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 d9474daa8018..dc2d3cf8a1e8 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.05.29";
+  version = "2020.06.06";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "111ganbfi76ipfq5gjgamjbqd7m8l4lim9wwmfnc04bzvwqqzfi3";
+    sha256 = "1qrrr14glv0jv377n61paq55b6k58jpnwbz2sp5xfl4wnxy5hqny";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper ];