[cpan2nix] perlPackages.CatalystAuthenticationStoreHtpasswd: 1.003 -> 1.006

This commit is contained in:
volth 2018-04-07 07:59:00 +00:00
parent 8762802ed6
commit d00c6518a2
1 changed files with 6 additions and 7 deletions

View File

@ -1189,15 +1189,14 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
CatalystAuthenticationStoreHtpasswd = buildPerlPackage rec { CatalystAuthenticationStoreHtpasswd = buildPerlModule rec {
name = "Catalyst-Authentication-Store-Htpasswd-1.003"; name = "Catalyst-Authentication-Store-Htpasswd-1.006";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/modules/by-module/Catalyst/${name}.tar.gz"; url = mirror://cpan/authors/id/E/ET/ETHER/Catalyst-Authentication-Store-Htpasswd-1.006.tar.gz;
sha256 = "09mn0wjwfvnfi28y47g816nx50zdpvwvbxp0nrpsap0ir1m80wi3"; sha256 = "0kw0w2g1qmym896bgnqr1bfhvgb6xja39mv10701ipp8fmi8bzf7";
}; };
buildInputs = [ TestWWWMechanizeCatalyst Testuseok ]; buildInputs = [ ModuleBuildTiny TestLongString TestSimple13 TestWWWMechanize TestWWWMechanizeCatalyst ];
propagatedBuildInputs = propagatedBuildInputs = [ AuthenHtpasswd CatalystPluginAuthentication ];
[ CatalystPluginAuthentication ClassAccessor CryptPasswdMD5 AuthenHtpasswd HTMLForm ];
}; };
CatalystAuthenticationStoreDBIxClass = buildPerlPackage { CatalystAuthenticationStoreDBIxClass = buildPerlPackage {