summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2019-05-03 17:33:39 +0200
committerRobin Raymond <robin@robinraymond.de>2019-05-03 17:33:39 +0200
commite35959b65fd2d0f563807d49bb488907453295fb (patch)
treec7323ca9ac7fbb841a3e6cd5eca8ea31a8f9f05f /README.md
parenta658e7fc6c61e47ddbbe7b9ad0623d20cfa4f30c (diff)
fix 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 ff263ca..2e84e50 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 = "0gqzgy50hgb5zmdjiffaqp277a68564vflfpjvk1gv6079zahksc";
+ sha256 = "08rlch6hcfllmafm98075zwy0ibdr8v93z2m47zr74ydy6jj7g51";
})
];