smtp4dev: 3.10.1 -> 3.10.2 (#445710)

This commit is contained in:
Felix Bargfeldt
2025-09-28 07:50:46 +00:00
committed by GitHub
+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 ];