Skip to content

Commit

Permalink
wget: 1.20 -> 1.20.1 (CVE-2018-20483)
Browse files Browse the repository at this point in the history
  • Loading branch information
delroth authored and FRidh committed Dec 29, 2018
1 parent bb86d0c commit d132c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/wget/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
name = "wget-${version}";
version = "1.20";
version = "1.20.1";

src = fetchurl {
url = "mirror://gnu/wget/${name}.tar.lz";
sha256 = "07k8yd8rdn27x5fbzlnsz4db7z7qnisiqhs7r1b5wzy2b9b0zf5h";
sha256 = "0a29qsqxkk8145vkyy35q5a1wc7qzwx3qj3gmfrkmi9xs96yhqqg";
};

patches = [
Expand Down

0 comments on commit d132c08

Please sign in to comment.