uw-imap: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin
2013-07-14 02:08:53 +03:00
parent bbd631250d
commit 9afe9c9c53
+1 -1
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";