about summary refs log tree commit diff
path: root/pkgs/servers/mail
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-05 04:40:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-05 04:40:22 +0000
commit36f22b8508e950ee4148fb62d89661958d73b853 (patch)
tree7b75e2aa1701f88b7a2bcffe74e60e30fe4ecf25 /pkgs/servers/mail
parent86485bebac06ae466369b93fce9f92198895ccfc (diff)
mailpit: 1.15.0 -> 1.15.1
Diffstat (limited to 'pkgs/servers/mail')
-rw-r--r--pkgs/servers/mail/mailpit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mail/mailpit/default.nix b/pkgs/servers/mail/mailpit/default.nix
index e64e1c7fcbbbc..9fdcd0be9b610 100644
--- a/pkgs/servers/mail/mailpit/default.nix
+++ b/pkgs/servers/mail/mailpit/default.nix
@@ -12,13 +12,13 @@
 }:
 
 let
-  version = "1.15.0";
+  version = "1.15.1";
 
   src = fetchFromGitHub {
     owner = "axllent";
     repo = "mailpit";
     rev = "v${version}";
-    hash = "sha256-Gu2LKuXzJSOvLZZrxOKwusALkMmNOnb3gyBqxbmZbfI=";
+    hash = "sha256-5QEn4sEZgtoFrVonZsAtvzhEkxYGDEWwhJOxqwWQJTk=";
   };
 
   # Separate derivation, because if we mix this in buildGoModule, the separate