about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorGaël Reyrol <me@gaelreyrol.dev>2024-01-04 08:37:20 +0100
committerGaël Reyrol <me@gaelreyrol.dev>2024-01-04 08:37:20 +0100
commit28cf01450e81561c6e4e233ec0e35ffa01021ee8 (patch)
treec1120bceba4f3f3c1592c2cf28765c71cda65c28 /pkgs/servers
parentb736a8a80116dc7c03ba7b3e481ade72a488e894 (diff)
mailpit: 1.11.1 -> 1.12.1
Diffstat (limited to 'pkgs/servers')
-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 5aa5ae67e988e..5f88dd97528d6 100644
--- a/pkgs/servers/mail/mailpit/default.nix
+++ b/pkgs/servers/mail/mailpit/default.nix
@@ -12,13 +12,13 @@
 }:
 
 let
-  version = "1.11.1";
+  version = "1.12.1";
 
   src = fetchFromGitHub {
     owner = "axllent";
     repo = "mailpit";
     rev = "v${version}";
-    hash = "sha256-K/B2FRzAtVdXa+lTi0bhkHjBe0rbAc4yFNv9uNDvB4Y=";
+    hash = "sha256-Ez34JC8QhOCVS7itZAOtYcspbM9MjtZa+1BP2FEIt8U=";
   };
 
   # Separate derivation, because if we mix this in buildGoModule, the separate
@@ -30,7 +30,7 @@ let
 
     npmDeps = fetchNpmDeps {
       inherit src;
-      hash = "sha256-2WA4mqY/bO/K3m19T5/xGbUbcR95DXQnywkjjzstmd4=";
+      hash = "sha256-TjlkWozbZlDOsCOdZnOM6axkBYi5G2BCOlvSY4dZg4c=";
     };
 
     env = lib.optionalAttrs (stdenv.isDarwin && stdenv.isx86_64) {
@@ -56,7 +56,7 @@ buildGoModule {
   pname = "mailpit";
   inherit src version;
 
-  vendorHash = "sha256-1go3lkNaar9HSjJxKqqR+RII7V7Ufj1gYLalxyvJaVE=";
+  vendorHash = "sha256-mJWSCqgIPChMR1iFS2rXXOCG+lF1HekmmAjwPPa140g=";
 
   CGO_ENABLED = 0;