youtube-dl: update to 2014.08.02.1

This commit is contained in:
Mateusz Kowalczyk 2014-08-02 18:55:38 +02:00
parent 6aabd17d51
commit a54b012fe9
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl, python, zip }: { stdenv, fetchurl, python, zip }:
let let
version = "2014.04.02"; version = "2014.08.02.1";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "youtube-dl-${version}"; name = "youtube-dl-${version}";
src = fetchurl { src = fetchurl {
url = "http://youtube-dl.org/downloads/${version}/${name}.tar.gz"; url = "http://youtube-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "1c9d5wjl0aaqfvz868wbkr3dwby9vjkx0hkbnwx0wnpg48nlnwpm"; sha256 = "0pn8vfzsxp0qbjidhi6pwr1cfinqbr9wcr7sipr97j4ja9m5kkha";
}; };
buildInputs = [ python ]; buildInputs = [ python ];