934b429725
svn path=/nixpkgs/trunk/; revision=21108
13 lines
306 B
Nix
13 lines
306 B
Nix
{cabal, binary}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "SHA";
|
|
version = "1.4.1.1";
|
|
sha256 = "8ecdc91679d1aa1d4050e1124cf5af79ae2ece66aee3b907e1078d71bf03169a";
|
|
propagatedBuildInputs = [binary];
|
|
meta = {
|
|
description = "Implementations of the SHA suite of message digest functions";
|
|
};
|
|
})
|
|
|