msmtp: 1.8.31 -> 1.8.32

This commit is contained in:
R. Ryantm
2025-10-16 23:45:56 +00:00
parent 5d1f6df5e1
commit 0c3cf88e66
+2 -2
View File
@@ -31,13 +31,13 @@
let
inherit (lib) getBin getExe optionals;
version = "1.8.31";
version = "1.8.32";
src = fetchFromGitHub {
owner = "marlam";
repo = "msmtp";
rev = "msmtp-${version}";
hash = "sha256-5PWwHyNEpF+eDMmvqJIHGdje70fCH5pLXGi5Jkjg2OA=";
hash = "sha256-ofyDtP7KgTKX/O1O4g3OcDwgihDveAiJ5s5GQtSqf28=";
};
meta = with lib; {