fetchmail: 6.5.6 -> 6.5.7

This commit is contained in:
R. Ryantm
2025-10-19 00:46:39 +00:00
parent 257aa2b046
commit f69b6b89fb
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "fetchmail";
version = "6.5.6";
version = "6.5.7";
src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
hash = "sha256-7BDg4OqkFzE1WTee3nbHRhR2bYOLOUcLZkdIY6ppDas=";
hash = "sha256-c+trHUIbWYaGatSmt3fBFAo5AFKYxjv4R95TeXbL+9s=";
};
buildInputs = [