axel: 2.17.8 -> 2.17.9
This commit is contained in:
parent
5f0bd4d70f
commit
b467a11d76
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "axel";
|
pname = "axel";
|
||||||
version = "2.17.8";
|
version = "2.17.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "axel-download-accelerator";
|
owner = "axel-download-accelerator";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "05hispf152ywlf7i29cc7alxal8lc7lfzx82r42zncdb9v78pdc8";
|
sha256 = "1bhzgvvqcwa5bd487400hg1nycvw8qqxzbzvq5ywyz5d9j12hdrd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user