update readme for v2.1.2

This commit is contained in:
Robin Raymond 2018-02-23 15:06:03 +01:00
parent 22caa012d6
commit 7452c70a14
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
## Stable Releases ## Stable Releases
* [SNM v2.1.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.1.1) * [SNM v2.1.2](https://github.com/r-raymond/nixos-mailserver/releases/v2.1.2)
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest) [Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
@ -73,7 +73,7 @@ D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.1.tar.gz") (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.2.tar.gz")
]; ];
mailserver = { mailserver = {
@ -126,7 +126,7 @@ common ones.
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.1.tar.gz") (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.2.tar.gz")
]; ];
mailserver = { mailserver = {