fetchmail: update to version 6.3.26

This commit is contained in:
Peter Simons 2014-01-13 16:39:37 +01:00
parent 16cd5aba6a
commit 7148f50ef3

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, openssl }:
let
version = "6.3.20";
version = "6.3.26";
in
stdenv.mkDerivation {
name="fetchmail-${version}";
src = fetchurl {
url = "http://download.berlios.de/fetchmail/fetchmail-${version}.tar.bz2";
sha256 = "22e94f11d885cb9330a197fd80217d44f65e6b087e4d4b4d83e573adfc24aa7b";
sha256 = "08rafrs1dlr11myr0p99kg4k80qyy0fa63gg3ac88zn49174lwhw";
};
buildInputs = [ openssl ];