fetchmail: 6.4.22 -> 6.4.24

This commit is contained in:
R. Ryantm 2021-12-11 05:26:33 +00:00
parent 9f329731b5
commit aff7a60e93

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "fetchmail";
version = "6.4.22";
version = "6.4.24";
src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
sha256 = "sha256-zGgYvVlDVgIWn6KS1tFj1Wshx/UxEoKUcKOs6r5hLIQ=";
sha256 = "sha256-nJYd8lzZIvU5IYsLVqd+ekd3jkntkH7apbSUGtOyU88=";
};
buildInputs = [ openssl ];