aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/msmtp
diff options
context:
space:
mode:
authorDavid Guibert <david.guibert@gmail.com>2010-09-17 17:34:03 +0000
committerDavid Guibert <david.guibert@gmail.com>2010-09-17 17:34:03 +0000
commitc6f9d17b9a37f24a05ee85543994cf69cef40af4 (patch)
tree225547183d619a24a317ce29d01d2edd78adfb28 /pkgs/applications/networking/msmtp
parentcb8654eba6f07c8fa886a8f148fc3c01f3c06fb5 (diff)
update msmtp up to version 1.4.21
svn path=/nixpkgs/trunk/; revision=23837
Diffstat (limited to 'pkgs/applications/networking/msmtp')
-rw-r--r--pkgs/applications/networking/msmtp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/msmtp/default.nix b/pkgs/applications/networking/msmtp/default.nix
index 983862773d4..098d06bd077 100644
--- a/pkgs/applications/networking/msmtp/default.nix
+++ b/pkgs/applications/networking/msmtp/default.nix
@@ -1,10 +1,10 @@
{stdenv, fetchurl, openssl}:
stdenv.mkDerivation {
- name = "msmtp-1.4.13";
+ name = "msmtp-1.4.21";
src = fetchurl {
- url = http://dfn.dl.sourceforge.net/sourceforge/msmtp/msmtp-1.4.13.tar.bz2;
- sha256 = "1x8q8dhcpnjym3icz6070l13hz98fvdvgc5j5psj4pmxbswx0r4p";
+ url = mirror://sourceforge/msmtp/msmtp-1.4.21.tar.bz2;
+ sha256 = "1yjgy56n02qs25728psg296amhbdkxq2pv1q3l484f3r9pjrpcrg";
};
buildInputs = [ openssl ];