summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2017-12-22 11:18:37 +0100
committerRobin Raymond <robin@robinraymond.de>2017-12-22 11:18:37 +0100
commitd6e8a2aa479281e1d865b81bb207ed635ceaa744 (patch)
tree66dcf40d95b7c5a49c49dad150f3575615871aeb
parenta1aff6b61ce1b4333c780298da275d937aeabb0a (diff)
parent4fc8a1ed0587cc51a991d2e1fac771f8d5a73bce (diff)
Merge branch 'master' of github.com:r-raymond/nixos-mailserveropensmtp
-rw-r--r--.gitignore1
-rw-r--r--README.md2
-rwxr-xr-xupdate.sh3
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b2be92b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+result
diff --git a/README.md b/README.md
index 52dcc21..1b0cff8 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,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.0.2.tar.gz")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.4.tar.gz")
];
mailserver = {
diff --git a/update.sh b/update.sh
new file mode 100755
index 0000000..ff38a9c
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+sed -i -e "s/v[0-9]\+\.[0-9]\+\.[0-9]\+/$1/g" README.md