about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLancelot SIX <lsix+github@lancelotsix.com>2016-07-04 22:07:44 +0200
committerGitHub <noreply@github.com>2016-07-04 22:07:44 +0200
commit3e1f746e28830b9f6f9224fec910a768faba6206 (patch)
tree295c4fdf137bcff77f82886b647e0cbdb45710ee
parent89523c117b09eac8958db14ff68119dae17bf7b1 (diff)
parentaaa023c858d8f9d7397ac92c39d03c7e47805d95 (diff)
downloadnixlib-3e1f746e28830b9f6f9224fec910a768faba6206.tar
nixlib-3e1f746e28830b9f6f9224fec910a768faba6206.tar.gz
nixlib-3e1f746e28830b9f6f9224fec910a768faba6206.tar.bz2
nixlib-3e1f746e28830b9f6f9224fec910a768faba6206.tar.lz
nixlib-3e1f746e28830b9f6f9224fec910a768faba6206.tar.xz
nixlib-3e1f746e28830b9f6f9224fec910a768faba6206.tar.zst
nixlib-3e1f746e28830b9f6f9224fec910a768faba6206.zip
Merge pull request #16694 from mimadrid/update/youtube_dl-2016.07.03.1
youtube-dl: 2016.06.27 -> 2016.07.03.1

`mps-youtube` is the only package that fails in `nox-review`, but this wat true before this merge. I have tested the updated result of `youtube-dl`. All fine for me.
-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 17af13eaaaa4..bf1efdc6298b 100644
--- a/pkgs/tools/misc/youtube-dl/default.nix
+++ b/pkgs/tools/misc/youtube-dl/default.nix
@@ -12,11 +12,11 @@
 buildPythonApplication rec {
 
   name = "youtube-dl-${version}";
-  version = "2016.06.27";
+  version = "2016.07.03.1";
 
   src = fetchurl {
     url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
-    sha256 = "1kwv20kmb0xnlpkbnsc27abw9cv0gkzbzwzzp4qw5mg3naqkmjvc";
+    sha256 = "0qyi2g0i2gl04hqn587w0c5x1pnpkn6l07fhnbfpnqq7fyw1hndy";
   };
 
   buildInputs = [ makeWrapper zip pandoc ];