lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

mailpit: 1.15.0 -> 1.15.1

+2 -2
+2 -2
pkgs/servers/mail/mailpit/default.nix
··· 12 12 }: 13 13 14 14 let 15 - version = "1.15.0"; 15 + version = "1.15.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "axllent"; 19 19 repo = "mailpit"; 20 20 rev = "v${version}"; 21 - hash = "sha256-Gu2LKuXzJSOvLZZrxOKwusALkMmNOnb3gyBqxbmZbfI="; 21 + hash = "sha256-5QEn4sEZgtoFrVonZsAtvzhEkxYGDEWwhJOxqwWQJTk="; 22 22 }; 23 23 24 24 # Separate derivation, because if we mix this in buildGoModule, the separate