3
0
Fork 0
forked from mirrors/nixpkgs

youtubeDL: update from 2014.01.07.5 to 2014.01.08

This commit is contained in:
Peter Simons 2014-01-15 16:45:12 +01:00
parent 10998e8af5
commit 3095fa887e

View file

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