3
0
Fork 0
forked from mirrors/nixpkgs

youtubeDL: update from 2013.10.23.2 to 2013.12.08.1

This commit is contained in:
Nixpkgs Monitor 2013-12-09 10:41:31 +02:00 committed by Evgeny Egorochkin
parent c727c38b26
commit d79177cc20

View file

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