mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
haskell-smtps-gmail: update to version 1.1.0
This commit is contained in:
parent
0560805bdf
commit
d46048907e
@ -1,18 +1,18 @@
|
||||
{ cabal, base64String, cprngAes, network, tlsExtra, utf8String
|
||||
{ cabal, base64Bytestring, cprngAes, dataDefault, filepath
|
||||
, mimeMail, network, stringsearch, text, tls
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "smtps-gmail";
|
||||
version = "1.0.0";
|
||||
sha256 = "0kv5m8rg5z1iic10av3bscdygnph1iab4b22sq3hmx6a93abqkc2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
version = "1.1.0";
|
||||
sha256 = "0zr2ndpwfnb9pkv69vx94p0vpghl0khd0wbmccjpk6hlrp6fsj66";
|
||||
buildDepends = [
|
||||
base64String cprngAes network tlsExtra utf8String
|
||||
base64Bytestring cprngAes dataDefault filepath mimeMail network
|
||||
stringsearch text tls
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/enzoh/smtps-gmail";
|
||||
description = "Gmail API";
|
||||
description = "Gmail SMTP Client";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user