mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
haskell-SHA: update to version 1.6.1
This commit is contained in:
parent
2da2e5137f
commit
5000619377
@ -1,16 +1,12 @@
|
||||
{ cabal, binary, QuickCheck, testFramework
|
||||
, testFrameworkQuickcheck2
|
||||
}:
|
||||
{ cabal, binary }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "SHA";
|
||||
version = "1.6.0";
|
||||
sha256 = "0i5x2irk08yr4p428wyqvdysz22jqc3q5qn08wc38pw2xhmc0zzk";
|
||||
version = "1.6.1";
|
||||
sha256 = "1v3a2skkbr64y7x1aqpq1qz03isc42l9hd1viqcsv4qlld595fgx";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
binary QuickCheck testFramework testFrameworkQuickcheck2
|
||||
];
|
||||
buildDepends = [ binary ];
|
||||
meta = {
|
||||
description = "Implementations of the SHA suite of message digest functions";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user