youtubeDL: update from 2014.01.23.4 to 2014.01.30.2

This commit is contained in:
Evgeny Egorochkin 2014-02-02 07:45:08 +02:00
parent 72a8329ee2
commit 2ed3c10cbe

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