youtubeDL: update from 2014.01.30.2 to 2014.02.03

This commit is contained in:
Evgeny Egorochkin 2014-02-05 08:13:05 +02:00
parent bb0c35d982
commit e27b00915a

View file

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