summary refs log tree commit diff
path: root/pkgs/tools/networking/wget/default.nix
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2015-11-17 12:55:01 +0000
committerVladimír Čunát <vcunat@gmail.com>2015-11-17 14:56:13 +0100
commitfd1ffbf806670fce573763dd39939b19af153da6 (patch)
tree45a1e427b74c2a66bd519822c3c9d80b266a530f /pkgs/tools/networking/wget/default.nix
parentba46f28bc69eeeac0ef5cfa348b3e26ffc584ab3 (diff)
downloadnixpkgs-fd1ffbf806670fce573763dd39939b19af153da6.tar
nixpkgs-fd1ffbf806670fce573763dd39939b19af153da6.tar.gz
nixpkgs-fd1ffbf806670fce573763dd39939b19af153da6.tar.bz2
nixpkgs-fd1ffbf806670fce573763dd39939b19af153da6.tar.lz
nixpkgs-fd1ffbf806670fce573763dd39939b19af153da6.tar.xz
nixpkgs-fd1ffbf806670fce573763dd39939b19af153da6.tar.zst
nixpkgs-fd1ffbf806670fce573763dd39939b19af153da6.zip
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.
Diffstat (limited to 'pkgs/tools/networking/wget/default.nix')
-rw-r--r--pkgs/tools/networking/wget/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/wget/default.nix b/pkgs/tools/networking/wget/default.nix
index f7fcfdf0f26..6389234342f 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 = ''