fetchmail: 6.6.1 -> 6.6.2

This commit is contained in:
R. Ryantm
2025-12-10 01:12:46 +00:00
parent d0aeccbdd3
commit b882d75f18
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "fetchmail";
version = "6.6.1";
version = "6.6.2";
src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
hash = "sha256-ONAf5ATmdRTfOUpu0agVu7YaqQwPpEAiUlk6ztDjih0=";
hash = "sha256-pRCSlewzGeDkXt0AnS2XcEKoMmq1LGqBeoL6mHED5PM=";
};
buildInputs = [