mailpit: 1.26.0 -> 1.27.7 (#439213)

This commit is contained in:
Wolfgang Walther
2025-09-01 14:43:37 +00:00
committed by GitHub
5 changed files with 11 additions and 11 deletions
@@ -5,6 +5,7 @@
nodejs,
python3,
libtool,
cctools,
npmHooks,
fetchFromGitHub,
fetchNpmDeps,
@@ -28,6 +29,8 @@ let
hash = source.hash;
};
libtool' = if stdenv.hostPlatform.isDarwin then cctools else libtool;
# Separate derivation, because if we mix this in buildGoModule, the separate
# go-modules build inherits specific attributes and fails. Getting that to
# work is hackier than just splitting the build.
@@ -43,7 +46,7 @@ let
nativeBuildInputs = [
nodejs
python3
libtool
libtool'
npmHooks.npmConfigHook
];
@@ -78,7 +81,7 @@ buildGoModule {
inherit (nixosTests) mailpit;
version = testers.testVersion {
package = mailpit;
command = "mailpit version";
command = "mailpit version --no-release-check";
};
};
+6
View File
@@ -0,0 +1,6 @@
{
version = "1.27.7";
hash = "sha256-VMfts0tfvW2IeEwSXSjlYLe9vQbZdZ9MrLIa9QUJYr4=";
npmDepsHash = "sha256-XRg3dnB3M0KwXV4qP//z11434WsLAxSGjqAb92bHawk=";
vendorHash = "sha256-tMxhHxc3SmxKo358W3Fr15RPaE3iJ1ETQRWpN0AVmE4=";
}
-6
View File
@@ -1,6 +0,0 @@
{
version = "1.26.0";
hash = "sha256-nhtPK4QuifX/1cwGcrOrTLy8KQCa6+qPSyYsjIUCafs=";
npmDepsHash = "sha256-B3vBbEnAIQXDHxZpTROkH7ojBaf6+2kKFQm7d9g5liQ=";
vendorHash = "sha256-EuAfLKIk96gtqCwKqeoGpnzR6OgxrWVMda9VQFM5DRg=";
}
-3
View File
@@ -3580,9 +3580,6 @@ with pkgs;
};
};
mailnagWithPlugins = mailnag.withPlugins (builtins.attrValues mailnag.availablePlugins);
mailpit = callPackage ../servers/mail/mailpit {
libtool = if stdenv.hostPlatform.isDarwin then cctools else libtool;
};
man = man-db;