Skip to content

Commit

Permalink
Merge #59036: wget: 1.20.1 -> 1.20.3 (SECURITY)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Apr 7, 2019
2 parents 5a5898a + a88a701 commit ca494bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/wget/default.nix
Expand Up @@ -6,11 +6,11 @@

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

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

patches = [
Expand Down

0 comments on commit ca494bf

Please sign in to comment.