summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2019-12-16 21:08:33 +0100
committerRobin Raymond <robin@robinraymond.de>2019-12-16 21:08:33 +0100
commit5d1f5cb3494359805a392575eb733774d2e0eb06 (patch)
tree74533da35e2f8ff0cf55305820ff97f3d6b56fb5 /README.md
parent289f71efe2250e1155b0c74d188699397ba641d8 (diff)
update readme for v2.3.0
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 ef674d1..e75ccac 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@
## Stable Releases
-* [SNM v2.2.1](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/tags/v2.2.1)
+* [SNM v2.3.0](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/tags/v2.3.0)
-[Latest Release (Candidate)](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/tags/v2.2.1)
+[Latest Release (Candidate)](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/tags/v2.3.0)
[Subscribe to SNM Announcement List](https://www.freelists.org/list/snm)
This is a very low volume list where new releases of SNM are announced, so you
@@ -68,7 +68,7 @@ See the [mailing list archive](https://www.freelists.org/archive/snm/)
{
imports = [
(builtins.fetchTarball {
- url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.2.1/nixos-mailserver-v2.2.1.tar.gz";
+ url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.3.0/nixos-mailserver-v2.3.0.tar.gz";
sha256 = "03d49v8qnid9g9rha0wg2z6vic06mhp0b049s3whccn1axvs2zzx";
})
];