about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2019-07-27 07:37:45 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2019-07-27 07:37:45 +0800
commit5e0c5caebdac5b0cd2029b007f0c5ea34369a5f2 (patch)
tree2e1cb13e0b5195d1292a8b817b6ff8bc699f1a0b /pkgs
parentb36bed3c0692c6bebec671c7c447af589904bd06 (diff)
downloadnixlib-5e0c5caebdac5b0cd2029b007f0c5ea34369a5f2.tar
nixlib-5e0c5caebdac5b0cd2029b007f0c5ea34369a5f2.tar.gz
nixlib-5e0c5caebdac5b0cd2029b007f0c5ea34369a5f2.tar.bz2
nixlib-5e0c5caebdac5b0cd2029b007f0c5ea34369a5f2.tar.lz
nixlib-5e0c5caebdac5b0cd2029b007f0c5ea34369a5f2.tar.xz
nixlib-5e0c5caebdac5b0cd2029b007f0c5ea34369a5f2.tar.zst
nixlib-5e0c5caebdac5b0cd2029b007f0c5ea34369a5f2.zip
youtube-dl: 2019.07.16 -> 2019.07.27
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 f9b16e5870d1..7e11a68c85e4 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.16";
+  version = "2019.07.27";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "06qd6z9swx8aw9v7vi85q44hmzxgy8wx18a9ljfhx7l7wjpm99ky";
+    sha256 = "1k4b8s1g816m8k48mlsk5pfjaqz8p6qsvfrdnpfkminwm4f6kz6d";
   };
 
   nativeBuildInputs = [ makeWrapper ];