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 }: { stdenv, fetchurl, openssl }:
let let
version = "6.3.20"; version = "6.3.26";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name="fetchmail-${version}"; name="fetchmail-${version}";
src = fetchurl { src = fetchurl {
url = "http://download.berlios.de/fetchmail/fetchmail-${version}.tar.bz2"; url = "http://download.berlios.de/fetchmail/fetchmail-${version}.tar.bz2";
sha256 = "22e94f11d885cb9330a197fd80217d44f65e6b087e4d4b4d83e573adfc24aa7b"; sha256 = "08rafrs1dlr11myr0p99kg4k80qyy0fa63gg3ac88zn49174lwhw";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];