Merge pull request #20646 from romildo/upd.aria2
aria2: 1.28.0 -> 1.29.0
This commit is contained in:
commit
79ea04c6c7
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "aria2-${version}";
|
name = "aria2-${version}";
|
||||||
version = "1.28.0";
|
version = "1.29.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aria2";
|
owner = "aria2";
|
||||||
repo = "aria2";
|
repo = "aria2";
|
||||||
rev = "release-${version}";
|
rev = "release-${version}";
|
||||||
sha256 = "196prs98sxwwxiszw2m1kbcra7n7fxf758y5dcj2jkddrr37hdkw";
|
sha256 = "1ivxz2ld4cl9z29kdicban9dir6s0si2jqn4g11gz587x7pagbim";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||||
@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://aria2.github.io;
|
homepage = https://aria2.github.io;
|
||||||
description = "A lightweight, multi-protocol, multi-source, command-line download utility";
|
description = "A lightweight, multi-protocol, multi-source, command-line download utility";
|
||||||
maintainers = with maintainers; [ koral jgeerds ];
|
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
maintainers = with maintainers; [ koral jgeerds ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user