Unverified Commit 72a7133e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #284939 from r-ryantm/auto-update/axel

axel: 2.17.11 -> 2.17.13
parents c57fd72d bff94ff5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
  pname = "axel";
  version = "2.17.11";
  version = "2.17.13";

  src = fetchFromGitHub {
    owner = "axel-download-accelerator";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-yC4TL8IXWGEwRXAyeon6QnQa+rT1xL/McLsghjZ4ky4=";
    sha256 = "sha256-iCxKQsymTE8ppOAilQtFeQUS+Fpdjhkcw4jaa9TEv3E=";
  };

  nativeBuildInputs = [ autoreconfHook pkg-config autoconf-archive txt2man ];