pkgs.wget: 1.17 -> 1.17.1

1.17.1 is a bugfix release. See
https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00007.html for
announcement.
This commit is contained in:
Lancelot SIX 2015-12-12 11:30:32 +01:00 committed by Bjørn Forsman
parent e0a7c3a54b
commit 069b1891d3

View file

@ -3,11 +3,11 @@
, libiconv, libpsl, openssl ? null }:
stdenv.mkDerivation rec {
name = "wget-1.17";
name = "wget-1.17.1";
src = fetchurl {
url = "mirror://gnu/wget/${name}.tar.xz";
sha256 = "11xvs919a8xr595hs6hk323rkk7yshyfdfyfdhlahagkrcxdcsdx";
sha256 = "1jcpvl5sxb2ag8yahpy370c5jlfb097a21k2mhsidh4wxdhrnmgy";
};
preConfigure = ''