Merge pull request #301724 from r-ryantm/auto-update/mailpit

mailpit: 1.15.0 -> 1.15.1
This commit is contained in:
Weijia Wang 2024-04-07 21:13:01 +02:00 committed by GitHub
commit 6507feebbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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