diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ ## Stable Releases -* [SNM v2.0.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.1) +* [SNM v2.0.2](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.2) [Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest) @@ -61,7 +61,7 @@ { config, pkgs, ... }: { imports = [ - (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.1.tar.gz") + (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.2.tar.gz") ]; mailserver = { @@ -114,7 +114,7 @@ common ones. { config, pkgs, ... }: { imports = [ - (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.1.tar.gz") + (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.2.tar.gz") ]; mailserver = { |