From fd1ffbf806670fce573763dd39939b19af153da6 Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Tue, 17 Nov 2015 12:55:01 +0000 Subject: pkgs.wget: 1.16.3 -> 1.17 (close #11092) See http://lists.gnu.org/archive/html/info-gnu/2015-11/msg00008.html for release announcement. --- pkgs/tools/networking/wget/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/networking/wget') diff --git a/pkgs/tools/networking/wget/default.nix b/pkgs/tools/networking/wget/default.nix index f7fcfdf0f26e..6389234342fe 100644 --- a/pkgs/tools/networking/wget/default.nix +++ b/pkgs/tools/networking/wget/default.nix @@ -3,11 +3,11 @@ , libiconv, libpsl, openssl ? null }: stdenv.mkDerivation rec { - name = "wget-1.16.3"; + name = "wget-1.17"; src = fetchurl { url = "mirror://gnu/wget/${name}.tar.xz"; - sha256 = "0dzv5xf9qxc2bp4cyifmaghh3h464wbm73xiwcrvckf1ynqbgxv7"; + sha256 = "11xvs919a8xr595hs6hk323rkk7yshyfdfyfdhlahagkrcxdcsdx"; }; preConfigure = '' -- cgit 1.4.1