3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 2870301c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];