From 8e27a535da0bff527d6fd27492700fffd14d560d Mon Sep 17 00:00:00 2001 From: Rustam Efimov Date: Sun, 12 Apr 2026 18:10:20 +0300 Subject: [PATCH] feat(modules/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 5327221..c071569 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 = "1i7sh58wa4aypch2gqfa7gpfyi2c1d9s8665wdd4iyy9x9frwazw"; + sha256 = "1wk7fsmabngy98596rkpf6pxxajpkz2g25cimwzx3brr4bc2ck0l"; }) ];