smtp4dev: init at 3.3.4 Fix style and refs

Co-authored-by: jchv <john@jchw.io>
Co-authored-by: Felix <41747605+Defelo@users.noreply.github.com>
(cherry picked from commit eacaf543ea)
This commit is contained in:
ruben 2024-09-25 22:02:47 +02:00 committed by github-actions[bot]
parent c0fcb4f14b
commit c1a0c8abf1
2 changed files with 1963 additions and 394 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ let
src = fetchFromGitHub {
owner = "rnwood";
repo = "smtp4dev";
rev = "ref/tags/${version}";
rev = "refs/tags/${version}";
hash = "sha256-ARq5OpFJ4o9KdBXvzOx7QLB8GNfmXWjO0RR4jKP8qRI=";
};
npmRoot = "Rnwood.Smtp4dev/ClientApp";