axel: 2.17.9 -> 2.17.10

This commit is contained in:
R. RyanTM 2020-11-25 21:58:19 +00:00
parent 28ee64cd0d
commit edc62b9bbd

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "axel"; pname = "axel";
version = "2.17.9"; version = "2.17.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "axel-download-accelerator"; owner = "axel-download-accelerator";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1bhzgvvqcwa5bd487400hg1nycvw8qqxzbzvq5ywyz5d9j12hdrd"; sha256 = "01mpfkz98r2fx4n0gyi3b4zvlyfd5bxydp2wh431lnj0ahrsiikp";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ]; nativeBuildInputs = [ autoreconfHook pkgconfig autoconf-archive txt2man ];