mailpit: 1.15.0 -> 1.15.1

This commit is contained in:
R. Ryantm 2024-04-05 04:40:22 +00:00
parent 86485bebac
commit 36f22b8508
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