3
0
Fork 0
forked from mirrors/nixpkgs

perl-Catalyst-Plugin-Authorization-ACL: 0.15 -> 0.16

This commit is contained in:
Pascal Wittmann 2015-11-03 09:28:55 +01:00
parent 7161be03c4
commit d2bb99b6e3

View file

@ -1043,12 +1043,12 @@ let self = _self // overrides; _self = with self; {
};
CatalystPluginAuthorizationACL = buildPerlPackage rec {
name = "Catalyst-Plugin-Authorization-ACL-0.15";
name = "Catalyst-Plugin-Authorization-ACL-0.16";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RK/RKITOVER/${name}.tar.gz";
sha256 = "12pj3c8hhm72jzyj83pjmxib0l48s3954spln97n3s0nsvliya98";
sha256 = "0z4328rr6l9xi45hyv6q9pwwamp0864q6skcp29jrz9f919ycdra";
};
propagatedBuildInputs = [CatalystRuntime ClassThrowable];
propagatedBuildInputs = [ CatalystRuntime ClassThrowable ];
};
CatalystPluginAuthorizationRoles = buildPerlPackage {