From 5f2ab0495bc359254dc94f679748b8a311c8acb2 Mon Sep 17 00:00:00 2001 From: inexcode Date: Thu, 20 Oct 2022 23:19:04 +0300 Subject: [PATCH] chore(mailserver): Update the simple-nixos-mailserver to the 22.05 version --- mailserver/system/mailserver.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailserver/system/mailserver.nix b/mailserver/system/mailserver.nix index d97e102..9076374 100644 --- a/mailserver/system/mailserver.nix +++ b/mailserver/system/mailserver.nix @@ -6,10 +6,10 @@ in imports = [ (builtins.fetchTarball { # Pick a commit from the branch you are interested in - url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/5675b122/nixos-mailserver-5675b122.tar.gz"; + url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/f535d812/nixos-mailserver-f535d812.tar.gz"; # And set its hash - sha256 = "1fwhb7a5v9c98nzhf3dyqf3a5ianqh7k50zizj8v5nmj3blxw4pi"; + sha256 = "sha256:0csx2i8p7gbis0n5aqpm57z5f9cd8n9yabq04bg1h4mkfcf7mpl6"; }) ];