summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2018-02-23 15:06:03 +0100
committerRobin Raymond <robin@robinraymond.de>2018-02-23 15:06:03 +0100
commit7452c70a14790939f840314f63712849c3595380 (patch)
treee95aa1abdc755dea80a06aa8290bb48a27be1cd4 /README.md
parent22caa012d67c808c974c50b231805bcc16a3773f (diff)
update readme for v2.1.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index faf12f4..f13a851 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## 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)
@@ -73,7 +73,7 @@ D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A
{ config, pkgs, ... }:
{
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 = {
@@ -126,7 +126,7 @@ common ones.
{ config, pkgs, ... }:
{
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 = {