fetchmail: 6.6.2 -> 6.6.3

This commit is contained in:
R. Ryantm
2026-04-02 00:39:42 +00:00
parent 5f3cb1696b
commit a4f377070a
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fetchmail";
version = "6.6.2";
version = "6.6.3";
src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${finalAttrs.version}.tar.xz";
hash = "sha256-pRCSlewzGeDkXt0AnS2XcEKoMmq1LGqBeoL6mHED5PM=";
hash = "sha256-JG5fwONck93ho/tmd446twDhaAkjLklZxQi5EhQ3S7I=";
};
buildInputs = [