perl-Digest-Perl-MD5: init at 1.9

This commit is contained in:
Robert Helgesson 2016-09-02 19:33:29 +02:00
parent 89fc959922
commit 97d9e6fcb8
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -3974,6 +3974,18 @@ let self = _self // overrides; _self = with self; {
};
};
DigestPerlMD5 = buildPerlPackage rec {
name = "Digest-Perl-MD5-1.9";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DE/DELTA/${name}.tar.gz";
sha256 = "7100cba1710f45fb0e907d8b1a7bd8caef35c64acd31d7f225aff5affeecd9b1";
};
meta = {
description = "Perl Implementation of Rivest's MD5 algorithm";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
DigestSHA = null;
DigestSHA1 = buildPerlPackage {