summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2019-05-03 17:35:33 +0200
committerRobin Raymond <robin@robinraymond.de>2019-05-03 17:35:33 +0200
commitba3336978e21b139958a955f1514bac371ce6d8a (patch)
tree11e74fa4bc2613f44755f0e028b1b13181db248e /README.md
parente35959b65fd2d0f563807d49bb488907453295fb (diff)
correct checksum
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e84e50..ef674d1 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,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";
- sha256 = "08rlch6hcfllmafm98075zwy0ibdr8v93z2m47zr74ydy6jj7g51";
+ sha256 = "03d49v8qnid9g9rha0wg2z6vic06mhp0b049s3whccn1axvs2zzx";
})
];