mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.CatalystPluginAuthentication: 0.10023 -> 0.10_027
This commit is contained in:
parent
8f0b1087a1
commit
25f58f9d7c
1 changed files with 9 additions and 4 deletions
|
|
@ -3702,12 +3702,17 @@ with self;
|
|||
|
||||
CatalystPluginAuthentication = buildPerlPackage {
|
||||
pname = "Catalyst-Plugin-Authentication";
|
||||
version = "0.10023";
|
||||
version = "0.10_027";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-0.10023.tar.gz";
|
||||
hash = "sha256-NgOaq9rLB+Zoek16i/rHj+nQ+7BM2o1tlm1sHjJZ0Gw=";
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/Catalyst-Plugin-Authentication-0.10_027.tar.gz";
|
||||
hash = "sha256-XSnccFKKKnFGYChaHjQh8VSur4hNCXjVPyR6pKugq6w=";
|
||||
};
|
||||
buildInputs = [ TestException ];
|
||||
buildInputs = [
|
||||
TestException
|
||||
TestFatal
|
||||
CatalystPluginSessionStateCookie
|
||||
];
|
||||
doCheck = false; # t/live_app.t fails on crypted password tests with Perl 5.42
|
||||
propagatedBuildInputs = [ CatalystPluginSession ];
|
||||
meta = {
|
||||
description = "Infrastructure plugin for the Catalyst authentication framework";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue