youtubeDL: update from 2014.01.05.6 to 2014.01.07.5

This commit is contained in:
Nixpkgs Monitor 2014-01-09 07:09:12 +02:00 committed by Evgeny Egorochkin
parent 8c3498d032
commit e49656fcf7

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, python, zip }:
let
version = "2014.01.05.6";
version = "2014.01.07.5";
in
stdenv.mkDerivation rec {
name = "youtube-dl-${version}";
src = fetchurl {
url = "http://youtube-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "1whfcvsb0fffky8nqzc6y3jm7wn9gyv5yjyi6bj15gi4c7qrcscb";
sha256 = "04b05wn0irx1h91zys8cwk56nwwd3nx7il6ydrcikyndv2vniz0m";
};
buildInputs = [ python ];