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

axel: 2.17.6 -> 2.17.7
This commit is contained in:
Mario Rodas 2020-01-31 08:31:04 -05:00 committed by GitHub
commit a879bd6517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "axel"; pname = "axel";
version = "2.17.6"; version = "2.17.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "axel-download-accelerator"; owner = "axel-download-accelerator";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "011cpkf6hpia5b5wfhy84fxfqpishdkvrg0kpbfprymq9bxjp0yl"; sha256 = "0z20d2fkf69v35d4pkba95vnk7yq7393kwikmb64y7cjyz4m2ngk";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ]; nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];