Skip to content

Commit

Permalink
youtube-dl: update to 2014.11.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Nov 28, 2014
1 parent e9ec3ea commit 456312a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/youtube-dl/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, python, zip }:

let
version = "2014.11.16";
version = "2014.11.27";
in
stdenv.mkDerivation rec {
name = "youtube-dl-${version}";

src = fetchurl {
url = "http://youtube-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "0i0j5dzmwil5x5qh6bghqy7zmj8wqqilp5m9sq95vqmsxpjfgw3q";
sha256 = "0bmjlp3jk5nd2i9jpbqbv2smh5rdxcjajv7fccfinmi6v2bjm1aa";
};

buildInputs = [ python ];
Expand Down

0 comments on commit 456312a

Please sign in to comment.