perlPackagrs.NTLM: init at 1.09
This commit is contained in:
parent
58e5078487
commit
d0be062d10
1 changed files with 13 additions and 0 deletions
|
@ -10157,6 +10157,19 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
NTLM = buildPerlPackage rec {
|
||||
name = "NTLM-1.09";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/N/NB/NBEBOUT/${name}.tar.gz";
|
||||
sha256 = "c823e30cda76bc15636e584302c960e2b5eeef9517c2448f7454498893151f85";
|
||||
};
|
||||
propagatedBuildInputs = [ DigestHMAC ];
|
||||
meta = {
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.pSub ];
|
||||
};
|
||||
};
|
||||
|
||||
ObjectAccessor = buildPerlPackage {
|
||||
name = "Object-Accessor-0.48";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue