fetchmail: 6.6.4 -> 6.6.6

This commit is contained in:
R. Ryantm 2026-06-27 01:55:55 +00:00
commit e77445d42f

View file

@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fetchmail";
version = "6.6.4";
version = "6.6.6";
src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${finalAttrs.version}.tar.xz";
hash = "sha256-7+AWkNIr2jWaV5x34rAHJligkr/0kOwEeKISxrfQ63A=";
hash = "sha256-2pn4xXPE2eY/STx+JERxJq6iW1O0wHbseSZodOKbGXU=";
};
buildInputs = [