From fe9f49aa9c98ebceabb3bd99e8d15beaa2c014ca Mon Sep 17 00:00:00 2001 From: Rustam Efimov Date: Tue, 14 Apr 2026 19:13:50 +0300 Subject: [PATCH] chore(services/mail): bump mailserver version --- services/mail/service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mail/service.nix b/services/mail/service.nix index c071569..c1b3d84 100644 --- a/services/mail/service.nix +++ b/services/mail/service.nix @@ -11,7 +11,7 @@ in imports = [ (builtins.fetchTarball { url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/main/nixos-mailserver-main.tar.gz"; - sha256 = "1wk7fsmabngy98596rkpf6pxxajpkz2g25cimwzx3brr4bc2ck0l"; + sha256 = "0kacdbb88lvlk994ksacdi6zwn1qi1y8y12rlkx9sjfyccxm18hr"; }) ];