mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
haskell-hopenssl: update to version 1.6.2
This commit is contained in:
parent
841d07492d
commit
64657fe036
@ -2,12 +2,12 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hopenssl";
|
||||
version = "1.6.1";
|
||||
sha256 = "75ba42c5e9b02c09057c5aa25f577bdfe5214533fbd2921ac555897ade85958a";
|
||||
version = "1.6.2";
|
||||
sha256 = "0b9xdm7jgkadx53vwszjnisyblzsqk99s3zqppgp0iqqf9955s4w";
|
||||
buildDepends = [ mtl ];
|
||||
extraLibraries = [ openssl ];
|
||||
meta = {
|
||||
homepage = "http://gitorious.org/hopenssl";
|
||||
homepage = "http://github.com/peti/hopenssl";
|
||||
description = "FFI bindings to OpenSSL's EVP digest interface";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
Loading…
Reference in New Issue
Block a user