update readme for v2.0.3

This commit is contained in:
Robin Raymond 2017-12-18 22:06:30 +01:00
parent 52ffc5ef7b
commit f64f870a9f

View file

@ -5,7 +5,7 @@
## Stable Releases ## Stable Releases
* [SNM v2.0.2](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.2) * [SNM v2.0.3](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.3)
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest) [Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
@ -123,7 +123,7 @@ common ones.
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.2.tar.gz") (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.3.tar.gz")
]; ];
mailserver = { mailserver = {