about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-25 10:46:24 -0400
committerGitHub <noreply@github.com>2019-03-25 10:46:24 -0400
commit3cb00c5f15f421a96b88cbeb7824bbf9d082ac2b (patch)
treede94d8affa9ef32ce6a5b863fec4be7c2abb5e9e
parent072adccff7585b62b9ed74c08fe3cab0b117ed63 (diff)
parent0fa6ebe0a5ab97a83b04a0f6fe59d16307f06e87 (diff)
Merge pull request #58238 from dtzWill/update/youtube-dl-2019.03.18
youtube-dl: 2019.03.01 -> 2019.03.18
-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 f14825968576b..7796bb8cab0ab 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.03.01";
+  version = "2019.03.18";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0bxk6adyppdv50jnp5cika8wc6wfgd6d8zbg1njgmcs1pxskllmf";
+    sha256 = "0r31q7j3gg2zfw3b45jancxl7mmr2gin8dyfx5dgyyp92ss8hih7";
   };
 
   nativeBuildInputs = [ makeWrapper ];