wget: update from 1.14 to 1.15
This commit is contained in:
parent
862ac34bdd
commit
7a211df849
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, gettext, perl, LWP, gnutls ? null }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wget-1.14";
|
||||
name = "wget-1.15";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/wget/${name}.tar.xz";
|
||||
sha256 = "0yqllj3nv9p3vqbdm6j4nvpjcwf1y19rq8sd966nrbd2qvvxfq8p";
|
||||
sha256 = "1yw0sk4mrs7bvga3c79rkbhxivmw8cs3b5wq3cglp1f9ai1mz2ni";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional stdenv.isDarwin ./iri-test.patch;
|
||||
|
|
Loading…
Reference in a new issue