summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorAnders Lundstedt <anders@anderslundstedt.se>2015-11-25 08:19:35 +0100
committerAnders Lundstedt <anders@anderslundstedt.se>2015-11-25 08:28:20 +0100
commit49a4a141f909f1efbe21dadc1e5ce1514362fb4c (patch)
tree44f91fbc9217f2a2ef351d8d877e068683c54709 /pkgs/tools/misc
parent882344e480cc37f15a9ecffebfc8f6c931c59282 (diff)
downloadnixlib-49a4a141f909f1efbe21dadc1e5ce1514362fb4c.tar
nixlib-49a4a141f909f1efbe21dadc1e5ce1514362fb4c.tar.gz
nixlib-49a4a141f909f1efbe21dadc1e5ce1514362fb4c.tar.bz2
nixlib-49a4a141f909f1efbe21dadc1e5ce1514362fb4c.tar.lz
nixlib-49a4a141f909f1efbe21dadc1e5ce1514362fb4c.tar.xz
nixlib-49a4a141f909f1efbe21dadc1e5ce1514362fb4c.tar.zst
nixlib-49a4a141f909f1efbe21dadc1e5ce1514362fb4c.zip
youtube-dl: 2015.11.19 -> 2015.11.24
Diffstat (limited to 'pkgs/tools/misc')
-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 e694f39869b1..6080f38a8019 100644
--- a/pkgs/tools/misc/youtube-dl/default.nix
+++ b/pkgs/tools/misc/youtube-dl/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
 
   src = fetchurl {
     url = "http://yt-dl.org/downloads/${meta.version}/${name}.tar.gz";
-    sha256 = "2ed713c995a5cd837205eefa35d5df49179fa90cf634a4f222a31f2bde94e668";
+    sha256 = "cceeb606e723c0291de85eecb9a551ca887f3be4db786ad621011a9201a482b1";
   };
 
   buildInputs = [ makeWrapper zip pandoc ];
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     ''wrapProgram $out/bin/youtube-dl --prefix PATH : "${ffmpeg}/bin"'';
 
   meta = with stdenv.lib; {
-    version = "2015.11.19";
+    version = "2015.11.24";
     homepage = http://rg3.github.io/youtube-dl/;
     repositories.git = https://github.com/rg3/youtube-dl.git;
     description = "Command-line tool to download videos from YouTube.com and other sites";