Skip to content

Commit

Permalink
axel: 2.16.1 -> 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed May 12, 2019
1 parent 5c36a8d commit 5c9b7d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/axel/default.nix
Expand Up @@ -2,11 +2,11 @@

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

src = fetchurl {
url = "mirror://debian/pool/main/a/axel/axel_${version}.orig.tar.gz";
sha256 = "0v3hgqrpqqqkj8ghaky88a0wpnpwqd72vd04ywlbhgfzfkfrllk4";
url = "https://github.com/axel-download-accelerator/axel/releases/download/v${version}/${name}.tar.xz";
sha256 = "1mwyps6yvrjxp7mpzc0a2hwr2pw050c63fc9aqjzdzjjw123dfrn";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit 5c9b7d8

Please sign in to comment.