axel: 2.17.13 -> 2.17.14

This commit is contained in:
R. Ryantm 2024-04-08 01:00:42 +00:00
parent f6eb921406
commit 2b6b838f09

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "axel"; pname = "axel";
version = "2.17.13"; version = "2.17.14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "axel-download-accelerator"; owner = "axel-download-accelerator";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-iCxKQsymTE8ppOAilQtFeQUS+Fpdjhkcw4jaa9TEv3E="; sha256 = "sha256-5GUna5k8GhAx1Xe8n9IvXT7IO6gksxCLh+sMANlxTBM=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config autoconf-archive txt2man ]; nativeBuildInputs = [ autoreconfHook pkg-config autoconf-archive txt2man ];