fetchmail: 6.6.0 -> 6.6.1

This commit is contained in:
R. Ryantm
2025-11-13 00:53:38 +00:00
parent 61630d4ab5
commit 975ccd4a09
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "fetchmail";
version = "6.6.0";
version = "6.6.1";
src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
hash = "sha256-e5wZ5mg+gn1VZ1GqXbXUS5Yeh76LMIdTW0kJuhtZMhw=";
hash = "sha256-ONAf5ATmdRTfOUpu0agVu7YaqQwPpEAiUlk6ztDjih0=";
};
buildInputs = [