Add md5 Lisp package
This commit is contained in:
parent
fecba03ba6
commit
e86348fa66
@ -547,5 +547,18 @@ let lispPackages = rec {
|
||||
cvsRoot = '':pserver:anonymous:anonymous@common-lisp.net:/project/cl-smtp/cvsroot'';
|
||||
};
|
||||
};
|
||||
|
||||
md5 = buildLispPackage rec {
|
||||
baseName = "md5";
|
||||
version = "git-20150415";
|
||||
description = "The MD5 Message-Digest Algorithm RFC 1321";
|
||||
deps = [];
|
||||
# Source type: git
|
||||
src = pkgs.fetchgit {
|
||||
url = ''https://github.com/pmai/md5'';
|
||||
sha256 = "f64d7e36c54da649bb1d574b92cdb907291224fb3d8565b3708703a81820367b";
|
||||
rev = ''9d6f82f7121c87fb7e3b314987ba93900d300dc6'';
|
||||
};
|
||||
};
|
||||
};
|
||||
in lispPackages
|
||||
|
Loading…
x
Reference in New Issue
Block a user