axel: 2.17.1 -> 2.17.3
This commit is contained in:
parent
cc9ec8a423
commit
594dfcd63b
@ -1,15 +1,18 @@
|
|||||||
{ stdenv, fetchurl, autoreconfHook, pkgconfig, gettext, libssl }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, autoconf-archive
|
||||||
|
, pkgconfig, gettext, libssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "axel-${version}";
|
pname = "axel";
|
||||||
version = "2.17.1";
|
version = "2.17.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/axel-download-accelerator/axel/releases/download/v${version}/${name}.tar.xz";
|
owner = "axel-download-accelerator";
|
||||||
sha256 = "1mwyps6yvrjxp7mpzc0a2hwr2pw050c63fc9aqjzdzjjw123dfrn";
|
repo = pname;
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "0kdd2y92plv240ba2j3xrm0f8xygvm1ijghnric4whsnxvmgym7h";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive ];
|
||||||
|
|
||||||
buildInputs = [ gettext libssl ];
|
buildInputs = [ gettext libssl ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user