wget: 1.21.1 -> 1.21.2

Fixes CVE-2021-31879.

(cherry picked from commit 303cce3fa06ef9bd97e9fcd35b8c5be683800995)
This commit is contained in:
Thomas Gerbet 2021-09-19 13:36:10 +02:00 committed by github-actions[bot]
parent 79cfaa09fa
commit c1f3dffbee

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "wget";
version = "1.21.1";
version = "1.21.2";
src = fetchurl {
url = "mirror://gnu/wget/${pname}-${version}.tar.lz";
sha256 = "sha256-25u+U0fm+qBvx4gF7rgIsmiXlFXq2QA6YIVpydT8kK0=";
sha256 = "sha256-FyejMKhqyss+V2Fc4mj18pl4v3rexKvmow03Age8kbM=";
};
patches = [