Merge pull request #302463 from r-ryantm/auto-update/axel

axel: 2.17.13 -> 2.17.14
This commit is contained in:
Pascal Wittmann 2024-04-08 10:06:14 +02:00 committed by GitHub
commit 16d7215156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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