Skip to content

Commit

Permalink
axel: 2.17.8 -> 2.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 6, 2020
1 parent 5f0bd4d commit b467a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/axel/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "axel";
version = "2.17.8";
version = "2.17.9";

src = fetchFromGitHub {
owner = "axel-download-accelerator";
repo = pname;
rev = "v${version}";
sha256 = "05hispf152ywlf7i29cc7alxal8lc7lfzx82r42zncdb9v78pdc8";
sha256 = "1bhzgvvqcwa5bd487400hg1nycvw8qqxzbzvq5ywyz5d9j12hdrd";
};

nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];
Expand Down

0 comments on commit b467a11

Please sign in to comment.