mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
perlPackages.CatalystPluginAuthentication: 0.10023 -> 0.10_027
(cherry picked from commit 25f58f9d7c)
This commit is contained in:
committed by
github-actions[bot]
parent
93e1798126
commit
8f657f0090
@@ -3707,12 +3707,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";
|
||||
|
||||
Reference in New Issue
Block a user