smtp4dev: 3.3.4 -> 3.6.1 (#345712)

This commit is contained in:
Masum Reza 2024-10-02 09:51:48 +05:30 committed by GitHub
commit 7801f749ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 573 additions and 593 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,12 +9,12 @@
dotnetCorePackages,
}:
let
version = "3.3.4";
version = "3.6.1";
src = fetchFromGitHub {
owner = "rnwood";
repo = "smtp4dev";
rev = "refs/tags/${version}";
hash = "sha256-ARq5OpFJ4o9KdBXvzOx7QLB8GNfmXWjO0RR4jKP8qRI=";
hash = "sha256-T6ci7+xbzpOrNr8hpDCwk5qe01L2Ho5V1oM7Hhd8bgg=";
};
npmRoot = "Rnwood.Smtp4dev/ClientApp";
in
@ -31,7 +31,7 @@ buildDotnetModule {
npmDeps = fetchNpmDeps {
src = "${src}/${npmRoot}";
hash = "sha256-VBcfRKYe/uPf6urWuLI5TrnX9bgiKiZKo+N4zL7O3SM=";
hash = "sha256-/Z6sBxA2ReHlEbz0zJjlpn6IwzHDQiXN5ixEV1/iCJI=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0;