fetchmail: 6.4.32 -> 6.4.33

This commit is contained in:
R. Ryantm 2022-08-28 10:11:51 +00:00
parent cef50cde2b
commit 780c40b619

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "fetchmail";
version = "6.4.32";
version = "6.4.33";
src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
sha256 = "sha256-PudERmVgatBvtfexX5HjFzuEW8mLZGsaRRSkaqSLcig=";
sha256 = "sha256-gpVOvSbHeQZGPOIK3KRcvPgGiVdEHheUG9MFKlwVQy4=";
};
buildInputs = [ openssl ];