Merge pull request #84758 from r-ryantm/auto-update/axel
axel: 2.17.7 -> 2.17.8
This commit is contained in:
commit
88d690d217
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "axel";
|
pname = "axel";
|
||||||
version = "2.17.7";
|
version = "2.17.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "axel-download-accelerator";
|
owner = "axel-download-accelerator";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0z20d2fkf69v35d4pkba95vnk7yq7393kwikmb64y7cjyz4m2ngk";
|
sha256 = "05hispf152ywlf7i29cc7alxal8lc7lfzx82r42zncdb9v78pdc8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];
|
||||||
|
|
Loading…
Reference in New Issue