From 3c625fc1911399dac8906e177358e9d94940a0d5 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Sun, 18 Feb 2018 11:49:55 +0100 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 769bc71..694b30c 100644 --- a/README.md +++ b/README.md @@ -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 = {