Merge pull request #188597 from r-ryantm/auto-update/fetchmail

fetchmail: 6.4.32 -> 6.4.33
This commit is contained in:
superherointj
2022-08-28 11:20:19 -03:00
committed by GitHub
+2 -2
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 ];