fetchmail: 6.4.16 -> 6.4.20

Fixes: CVE-2021-36386
(cherry picked from commit 975a9d2e4b14574ba1ec80c46acc6b4c471f3a70)
This commit is contained in:
Martin Weinelt 2021-07-28 23:59:02 +02:00 committed by github-actions[bot]
parent 2262d7863a
commit 187fa36724
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, openssl }:
let
version = "6.4.16";
version = "6.4.20";
in
stdenv.mkDerivation {
pname = "fetchmail";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
sha256 = "sha256-BEuaCsA6+653RJed7+Pi4y45FBvKaP0Mje2i7UCIT7k=";
sha256 = "0xk171sbxcwjh1ibpipryw5sv4sy7jjfvhn5n373j04g5sp428f8";
};
buildInputs = [ openssl ];