From 506e1c3b5bce7909f9895be3f5a030b396630bda Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Mon, 26 Jul 2021 12:45:57 +0300 Subject: [PATCH] Upgraded SNM framework version --- nixos-infect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-infect b/nixos-infect index a820f70..32d32f1 100644 --- a/nixos-infect +++ b/nixos-infect @@ -192,10 +192,10 @@ EOF imports = [ (builtins.fetchTarball { # Pick a commit from the branch you are interested in - url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/99f843de/nixos-mailserver-99f843de.tar.gz"; + url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/5675b122/nixos-mailserver-5675b122.tar.gz"; # And set its hash - sha256 = "1af7phs8a2j26ywsm5mfhzvqmy0wdsph7ajs9s65c4r1bfq646fw"; + sha256 = "1fwhb7a5v9c98nzhf3dyqf3a5ianqh7k50zizj8v5nmj3blxw4pi"; }) ];