mailpit: 1.26.0 -> 1.27.7

This commit is contained in:
R. Ryantm
2025-09-01 16:20:35 +02:00
committed by Stéphan Kochen
parent ad8b79fc7e
commit 3f2761c053
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ buildGoModule {
inherit (nixosTests) mailpit;
version = testers.testVersion {
package = mailpit;
command = "mailpit version";
command = "mailpit version --no-release-check";
};
};
+4 -4
View File
@@ -1,6 +1,6 @@
{
version = "1.26.0";
hash = "sha256-nhtPK4QuifX/1cwGcrOrTLy8KQCa6+qPSyYsjIUCafs=";
npmDepsHash = "sha256-B3vBbEnAIQXDHxZpTROkH7ojBaf6+2kKFQm7d9g5liQ=";
vendorHash = "sha256-EuAfLKIk96gtqCwKqeoGpnzR6OgxrWVMda9VQFM5DRg=";
version = "1.27.7";
hash = "sha256-VMfts0tfvW2IeEwSXSjlYLe9vQbZdZ9MrLIa9QUJYr4=";
npmDepsHash = "sha256-XRg3dnB3M0KwXV4qP//z11434WsLAxSGjqAb92bHawk=";
vendorHash = "sha256-tMxhHxc3SmxKo358W3Fr15RPaE3iJ1ETQRWpN0AVmE4=";
}