smtp4dev: 3.10.1 -> 3.10.2

Diff: https://github.com/rnwood/smtp4dev/compare/3.10.1...3.10.2
This commit is contained in:
Defelo
2025-09-24 07:33:06 +02:00
parent e643668fd7
commit 87f49aed80
+2 -2
View File
@@ -11,13 +11,13 @@
buildDotnetModule (finalAttrs: {
pname = "smtp4dev";
version = "3.10.1";
version = "3.10.2";
src = fetchFromGitHub {
owner = "rnwood";
repo = "smtp4dev";
tag = finalAttrs.version;
hash = "sha256-bhS2/YO7jejw6+qx6EdLH98SnxeqMWajSz8i7ocNVX8=";
hash = "sha256-0j5r5YO1wHg3N/OX81UE2YCqhqIaQuSGZa2uh2y+zqs=";
};
patches = [ ./smtp4dev-npm-packages.patch ];