1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {
pname = "axel";
version = "2.17.6";
version = "2.17.7";
src = fetchFromGitHub {
owner = "axel-download-accelerator";
repo = pname;
rev = "v${version}";
sha256 = "011cpkf6hpia5b5wfhy84fxfqpishdkvrg0kpbfprymq9bxjp0yl";
sha256 = "0z20d2fkf69v35d4pkba95vnk7yq7393kwikmb64y7cjyz4m2ngk";
};
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];