uw-imap: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:44:33 +03:00
parent bbd631250d
commit 9afe9c9c53

View file

@ -1,7 +1,7 @@
{stdenv, fetchurl, pam, openssl}:
stdenv.mkDerivation {
name = "uw-imap-2007";
name = "uw-imap-2007f";
src = fetchurl {
url = "ftp://ftp.cac.washington.edu/imap/imap-2007f.tar.gz";