Update msmtp to 1.6.1
This commit is contained in:
parent
cbe467ef99
commit
d4def5a073
@ -1,15 +1,21 @@
|
|||||||
{ stdenv, fetchurl, openssl, pkgconfig, gnutls, gsasl, libidn }:
|
{ stdenv, fetchurl, openssl, pkgconfig, gnutls, gsasl, libidn }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "msmtp-1.4.32";
|
version = "1.6.1";
|
||||||
|
name = "msmtp-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/msmtp/${name}.tar.bz2";
|
url = "mirror://sourceforge/msmtp/${name}.tar.xz";
|
||||||
sha256 = "122z38pv4q03w3mbnhrhg4w85a51258sfdg2ips0b6cgwz3wbw1b";
|
sha256 = "1ws6hdpm8vfq4vwxjwgd8xndx5ax1ppnmxn0fhzlwj3pvkr4fpf4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl pkgconfig gnutls gsasl libidn ];
|
buildInputs = [ openssl pkgconfig gnutls gsasl libidn ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
cp scripts/msmtpq/msmtp-queue scripts/msmtpq/msmtpq $prefix/bin/
|
||||||
|
chmod +x $prefix/bin/msmtp-queue $prefix/bin/msmtpq
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple and easy to use SMTP client with excellent sendmail compatibility";
|
description = "Simple and easy to use SMTP client with excellent sendmail compatibility";
|
||||||
homepage = "http://msmtp.sourceforge.net/";
|
homepage = "http://msmtp.sourceforge.net/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user