mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
aria2: 1.22.0 -> 1.23.0
This commit is contained in:
parent
e7c9684217
commit
b767e99923
@ -5,14 +5,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "aria2-${version}";
|
name = "aria2-${version}";
|
||||||
version = "1.22.0";
|
version = "1.23.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/tatsuhiro-t/aria2/releases/download/release-${version}/${name}.tar.xz";
|
url = "https://github.com/tatsuhiro-t/aria2/releases/download/release-${version}/${name}.tar.xz";
|
||||||
sha256 = "12agwdvvkr34wqhyyfp418dj0k7nbr297qmcd3wj5kkn7brv6gxc";
|
sha256 = "14qz7686zxnhbaqj6l1hqpkykhpygm74h2mzwhh13gqmcj38alaq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ openssl c-ares libxml2 sqlite zlib libssh2 ] ++
|
buildInputs = [ openssl c-ares libxml2 sqlite zlib libssh2 ] ++
|
||||||
stdenv.lib.optional stdenv.isDarwin Security;
|
stdenv.lib.optional stdenv.isDarwin Security;
|
||||||
|
|
||||||
@ -25,6 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
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 ];
|
maintainers = with maintainers; [ koral jgeerds ];
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user