summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2018-04-08 15:59:48 +0200
committerRobin Raymond <robin@robinraymond.de>2018-04-08 15:59:48 +0200
commitb8314865facd79f6bfcba156468fa7bdc1266b85 (patch)
tree5952cde3092d7a182d7d521be5d3a49542c4f7ee
parente4c6682eb9b6fda4d88a44081b0b84181cbeed78 (diff)
version updatev2.1.4
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4018b27..c550b56 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## Stable Releases
-* [SNM v2.1.3](https://github.com/r-raymond/nixos-mailserver/releases/v2.1.3)
+* [SNM v2.1.4](https://github.com/r-raymond/nixos-mailserver/releases/v2.1.4)
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
@@ -67,7 +67,7 @@ See the [mailing list archive](https://www.freelists.org/archive/snm/)
{ config, pkgs, ... }:
{
imports = [
- (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.3.tar.gz")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.4.tar.gz")
];
mailserver = {