perlPackages.MIMETypes: update from 1.38 to 2.04

This commit is contained in:
Nixpkgs Monitor 2013-12-21 03:52:46 +02:00 committed by Evgeny Egorochkin
parent 7a0d4f13c9
commit 1dff01fe23

View File

@ -5018,10 +5018,10 @@ rec {
}; };
MIMETypes = buildPerlPackage { MIMETypes = buildPerlPackage {
name = "MIME-Types-1.38"; name = "MIME-Types-2.04";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/M/MA/MARKOV/MIME-Types-1.38.tar.gz; url = mirror://cpan/authors/id/M/MA/MARKOV/MIME-Types-2.04.tar.gz;
sha256 = "12m8cvj80qbwxckj5jildl5zw6p1jincj3m1s77z6lnw3h59rj4l"; sha256 = "13yci99n8kl8p4ac5n5f1j968p7va2phlvfc5qgpnn1d6yfhddi2";
}; };
meta = { meta = {
description = "Definition of MIME types"; description = "Definition of MIME types";