about summary refs log tree commit diff
path: root/pkgs/servers/mail
diff options
context:
space:
mode:
authorGaël Reyrol <me@gaelreyrol.dev>2023-12-07 10:07:56 +0100
committerGaël Reyrol <me@gaelreyrol.dev>2023-12-07 10:07:56 +0100
commiteecb779dbc4d88f32e88bc5f1a019076bdfea33b (patch)
tree308dac9da28ed773501401c8e10cfca570186eb1 /pkgs/servers/mail
parent54b1356b1feb027fd639d414095e8a97e3080b38 (diff)
downloadnixlib-eecb779dbc4d88f32e88bc5f1a019076bdfea33b.tar
nixlib-eecb779dbc4d88f32e88bc5f1a019076bdfea33b.tar.gz
nixlib-eecb779dbc4d88f32e88bc5f1a019076bdfea33b.tar.bz2
nixlib-eecb779dbc4d88f32e88bc5f1a019076bdfea33b.tar.lz
nixlib-eecb779dbc4d88f32e88bc5f1a019076bdfea33b.tar.xz
nixlib-eecb779dbc4d88f32e88bc5f1a019076bdfea33b.tar.zst
nixlib-eecb779dbc4d88f32e88bc5f1a019076bdfea33b.zip
mailpit: 1.10.2 -> 1.10.4
Diffstat (limited to 'pkgs/servers/mail')
-rw-r--r--pkgs/servers/mail/mailpit/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/mail/mailpit/default.nix b/pkgs/servers/mail/mailpit/default.nix
index c2e33e74d6a4..6bc42c110381 100644
--- a/pkgs/servers/mail/mailpit/default.nix
+++ b/pkgs/servers/mail/mailpit/default.nix
@@ -12,13 +12,13 @@
 }:
 
 let
-  version = "1.10.2";
+  version = "1.10.4";
 
   src = fetchFromGitHub {
     owner = "axllent";
     repo = "mailpit";
     rev = "v${version}";
-    hash = "sha256-CEF80/fP3qkR50fX59nrLb4QR60uPWLp8aNtIRD18+Q=";
+    hash = "sha256-DEeE562E+G/Qfpqc1kr9bklG6109OZENpglWmHj0Tpo=";
   };
 
   # Separate derivation, because if we mix this in buildGoModule, the separate
@@ -30,7 +30,7 @@ let
 
     npmDeps = fetchNpmDeps {
       inherit src;
-      hash = "sha256-E7RVxlX3N37Lr9FlmkN44cUyX8SnrTTj7a1+dUExQKg=";
+      hash = "sha256-FEwaWHf5Ic2t933xSacmc+T0RydZOPCK1yQxTRZ0u38=";
     };
 
     env = lib.optionalAttrs (stdenv.isDarwin && stdenv.isx86_64) {
@@ -56,7 +56,7 @@ buildGoModule {
   pname = "mailpit";
   inherit src version;
 
-  vendorHash = "sha256-F9FWRye0oOU4pjgNha2MlPHhP/V7CU84zy3QU6FVK0Y=";
+  vendorHash = "sha256-oBkdC4Qx9vuz9rvNxk27TM6vkQokOcFQ4hEZCxlT8xo=";
 
   CGO_ENABLED = 0;