3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #44455 from marsam/feature/update-rtorrent

libtorrent: 20161212 -> 0.13.7, rtorrent: 20161023 -> 0.9.7
This commit is contained in:
xeji 2018-08-04 21:19:17 +02:00 committed by GitHub
commit 8fe5b457a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
name = "libtorrent-${version}";
version = "20161212";
version = "0.13.7";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "libtorrent";
rev = "c167c5a9e0bcf0df23ae5efd91396aae0e37eb87";
sha256 = "0y9759sxx5dyamyw8w58dsxq7bmnn57q7s2f4cw2zln2pp5gripw";
rev = "v${version}";
sha256 = "027qanwcisxhx0bq8dn8cpg8563q0k2pm8ls278f04n7jqvvwkp0";
};
nativeBuildInputs = [ pkgconfig ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh";
meta = with stdenv.lib; {
homepage = "http://rtorrent.net/downloads/";
inherit (src.meta) homepage;
description = "A BitTorrent library written in C++ for *nix, with focus on high performance and good code";
platforms = platforms.unix;

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
name = "rtorrent-${version}";
version = "20161023";
version = "0.9.7";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "rtorrent";
rev = "226e670decf92e7adaa845a6982aca4f164ea740";
sha256 = "0cxyakc09bn6wjfj42gh508hc62awx825skzacpizx2bqs6v7xvb";
rev = "v${version}";
sha256 = "0a9dk3cz56f7gad8ghsma79iy900rwdvzngs6k6x08nlwaqid8ga";
};
nativeBuildInputs = [ pkgconfig ];
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
inherit (src.meta) homepage;
homepage = https://rakshasa.github.io/rtorrent/;
description = "An ncurses client for libtorrent, ideal for use with screen, tmux, or dtach";
platforms = platforms.unix;