perl-Catalyst-Plugin-AccessLog: 1.05 -> 1.10

+5 -6
+5 -6
pkgs/top-level/perl-packages.nix
··· 1085 }; 1086 }; 1087 1088 - CatalystPluginAccessLog = buildPerlPackage { 1089 - name = "Catalyst-Plugin-AccessLog-1.05"; 1090 src = fetchurl { 1091 - url = mirror://cpan/authors/id/A/AR/ARODLAND/Catalyst-Plugin-AccessLog-1.05.tar.gz; 1092 - sha256 = "0hqvckaw91q5yc25a33bp0d4qqxlgkp7rxlvi8n8svxd1406r55s"; 1093 }; 1094 propagatedBuildInputs = [ CatalystRuntime DateTime Moose namespaceautoclean ]; 1095 - doCheck = false; 1096 meta = { 1097 description = "Request logging from within Catalyst"; 1098 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1099 - platforms = stdenv.lib.platforms.linux; 1100 }; 1101 }; 1102
··· 1085 }; 1086 }; 1087 1088 + CatalystPluginAccessLog = buildPerlPackage rec { 1089 + name = "Catalyst-Plugin-AccessLog-1.10"; 1090 src = fetchurl { 1091 + url = "mirror://cpan/authors/id/A/AR/ARODLAND/${name}.tar.gz"; 1092 + sha256 = "873db8e4e72a994e3e17aeb53d2b837e6d524b4b8b0f3539f262135c88cc2120"; 1093 }; 1094 propagatedBuildInputs = [ CatalystRuntime DateTime Moose namespaceautoclean ]; 1095 meta = { 1096 + homepage = http://metacpan.org/release/Catalyst-Plugin-AccessLog; 1097 description = "Request logging from within Catalyst"; 1098 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1099 }; 1100 }; 1101