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

axel: 2.17.10 -> 2.17.11
This commit is contained in:
Bobby Rong 2021-12-28 15:16:32 +08:00 committed by GitHub
commit 27dc5192b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "axel";
version = "2.17.10";
version = "2.17.11";
src = fetchFromGitHub {
owner = "axel-download-accelerator";
repo = pname;
rev = "v${version}";
sha256 = "01mpfkz98r2fx4n0gyi3b4zvlyfd5bxydp2wh431lnj0ahrsiikp";
sha256 = "sha256-yC4TL8IXWGEwRXAyeon6QnQa+rT1xL/McLsghjZ4ky4=";
};
nativeBuildInputs = [ autoreconfHook pkg-config autoconf-archive txt2man ];