From 0cdd1bd4e116f0ae86e6e5b7f8545c1b2ae6a5fb Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Fri, 23 Feb 2018 15:39:56 +0100 Subject: [PATCH] update readme for version 2.1.3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f13a851..fd9b990 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Stable Releases -* [SNM v2.1.2](https://github.com/r-raymond/nixos-mailserver/releases/v2.1.2) +* [SNM v2.1.3](https://github.com/r-raymond/nixos-mailserver/releases/v2.1.3) [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.2.tar.gz") + (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.3.tar.gz") ]; mailserver = { @@ -126,7 +126,7 @@ common ones. { config, pkgs, ... }: { imports = [ - (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.2.tar.gz") + (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.3.tar.gz") ]; mailserver = {