wget: 1.18 -> 1.19
See http://lists.gnu.org/archive/html/info-gnu/2017-02/msg00000.html for release announcement.
This commit is contained in:
parent
c69d1dbab6
commit
77b72ae355
@ -3,11 +3,11 @@
|
||||
, libiconv, libpsl ? null, openssl ? null }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wget-1.18";
|
||||
name = "wget-1.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/wget/${name}.tar.xz";
|
||||
sha256 = "1hcwx8ww3sxzdskkx3l7q70a7wd6569yrnjkw9pw013cf9smpddm";
|
||||
sha256 = "1133c14g19ysv74j7am66jwgwrr0rdn0rdyxw7rikbnsyjxmf48g";
|
||||
};
|
||||
|
||||
patches = [ ./remove-runtime-dep-on-openssl-headers.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user