3
0
Fork 0
forked from mirrors/nixpkgs

fetchmail: 6.4.33 -> 6.4.34

This commit is contained in:
R. Ryantm 2022-10-17 10:24:06 +00:00
parent 8a1448c9f7
commit 01e7ccf2c0

View file

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