haskell-SHA: update to version 1.6.1

This commit is contained in:
Peter Simons
2012-11-22 17:29:37 +01:00
parent 2da2e5137f
commit 5000619377
@@ -1,16 +1,12 @@
{ cabal, binary, QuickCheck, testFramework { cabal, binary }:
, testFrameworkQuickcheck2
}:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "SHA"; pname = "SHA";
version = "1.6.0"; version = "1.6.1";
sha256 = "0i5x2irk08yr4p428wyqvdysz22jqc3q5qn08wc38pw2xhmc0zzk"; sha256 = "1v3a2skkbr64y7x1aqpq1qz03isc42l9hd1viqcsv4qlld595fgx";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [ binary ];
binary QuickCheck testFramework testFrameworkQuickcheck2
];
meta = { meta = {
description = "Implementations of the SHA suite of message digest functions"; description = "Implementations of the SHA suite of message digest functions";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;