2009-07-13 13:36:50 +02:00
|
|
|
{cabal, binary}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "SHA";
|
2010-04-15 23:10:06 +02:00
|
|
|
version = "1.4.1.1";
|
|
|
|
sha256 = "8ecdc91679d1aa1d4050e1124cf5af79ae2ece66aee3b907e1078d71bf03169a";
|
2009-07-13 13:36:50 +02:00
|
|
|
propagatedBuildInputs = [binary];
|
|
|
|
meta = {
|
|
|
|
description = "Implementations of the SHA suite of message digest functions";
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|