axel: 2.17.5 -> 2.17.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/axel/versions
This commit is contained in:
parent
96ac71d680
commit
3e777edc3e
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "axel";
|
pname = "axel";
|
||||||
version = "2.17.5";
|
version = "2.17.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "axel-download-accelerator";
|
owner = "axel-download-accelerator";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0kwfbwh9g2227icgykgwa057vll5rkgac3df0pby530bivqzzzlw";
|
sha256 = "011cpkf6hpia5b5wfhy84fxfqpishdkvrg0kpbfprymq9bxjp0yl";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];
|
||||||
|
Loading…
Reference in New Issue
Block a user