update README

This commit is contained in:
Robin Raymond 2018-02-18 11:49:55 +01:00
parent 3f6a7d0e0a
commit 3c625fc191
1 changed files with 3 additions and 3 deletions

View File

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