Skip to content

Commit

Permalink
axel: 2.15 -> 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Dec 13, 2017
1 parent 90c289b commit 01ef759
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/networking/axel/default.nix
@@ -1,15 +1,15 @@
{ stdenv, fetchurl, autoreconfHook, gettext, libssl }:
{ stdenv, fetchurl, autoreconfHook, pkgconfig, gettext, libssl }:

stdenv.mkDerivation rec {
name = "axel-${version}";
version = "2.15";
version = "2.16.1";

src = fetchurl {
url = "mirror://debian/pool/main/a/axel/axel_${version}.orig.tar.gz";
sha256 = "0wm16s129615i7rw48422q3x3ixr4v2p9942p0s6qk2fjlc3y8hf";
sha256 = "0v3hgqrpqqqkj8ghaky88a0wpnpwqd72vd04ywlbhgfzfkfrllk4";
};

nativeBuildInputs = [ autoreconfHook ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];

buildInputs = [ gettext libssl ];

Expand Down

0 comments on commit 01ef759

Please sign in to comment.