1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

wget: 1.19 -> 1.19.1

Fixes build on darwin.

Fixes #22595.
This commit is contained in:
Franz Pletz 2017-02-12 02:52:25 +01:00
parent 5e599035f4
commit e9a5ec099e
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -5,11 +5,11 @@
, openssl ? null }:
stdenv.mkDerivation rec {
name = "wget-1.19";
name = "wget-1.19.1";
src = fetchurl {
url = "mirror://gnu/wget/${name}.tar.xz";
sha256 = "1133c14g19ysv74j7am66jwgwrr0rdn0rdyxw7rikbnsyjxmf48g";
sha256 = "1ljcfhbkdsd0zjfm520rbl1ai62fc34i7c45sfj244l8f6b0p58c";
};
patches = [ ./remove-runtime-dep-on-openssl-headers.patch ];