forked from mirrors/nixpkgs
Merge pull request #15842 from romildo/upd.aria2
aria2: 1.22.0 -> 1.23.0, uget: 2.0.5 -> 2.0.8
This commit is contained in:
commit
4178dbc42c
|
@ -5,14 +5,15 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "aria2-${version}";
|
||||
version = "1.22.0";
|
||||
version = "1.23.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/tatsuhiro-t/aria2/releases/download/release-${version}/${name}.tar.xz";
|
||||
sha256 = "12agwdvvkr34wqhyyfp418dj0k7nbr297qmcd3wj5kkn7brv6gxc";
|
||||
sha256 = "14qz7686zxnhbaqj6l1hqpkykhpygm74h2mzwhh13gqmcj38alaq";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs = [ openssl c-ares libxml2 sqlite zlib libssh2 ] ++
|
||||
stdenv.lib.optional stdenv.isDarwin Security;
|
||||
|
||||
|
@ -25,6 +26,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A lightweight, multi-protocol, multi-source, command-line download utility";
|
||||
maintainers = with maintainers; [ koral jgeerds ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "uget-${version}";
|
||||
version = "2.0.5";
|
||||
version = "2.0.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/urlget/${name}.tar.gz";
|
||||
sha256 = "0cqz8cd8dyciam07w6ipgzj52zhf9q0zvg6ag6wz481sxkpdnfh3";
|
||||
sha256 = "0919cf7lfk1djdl003cahqjvafdliv7v2l8r5wg95n4isqggdk75";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig intltool makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue