librtorrent: 0.13.7 -> 0.13.8, rtorrent: 0.9.7 -> 0.9.8 (#65120)

librtorrent: 0.13.7 -> 0.13.8, rtorrent: 0.9.7 -> 0.9.8
This commit is contained in:
Vladyslav M 2019-07-20 12:59:10 +03:00 committed by GitHub
commit 6df2174523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -5,14 +5,14 @@
, openssl, libsigcxx, zlib }:
stdenv.mkDerivation rec {
name = "libtorrent-${version}";
version = "0.13.7";
pname = "libtorrent";
version = "0.13.8";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "libtorrent";
repo = pname;
rev = "v${version}";
sha256 = "027qanwcisxhx0bq8dn8cpg8563q0k2pm8ls278f04n7jqvvwkp0";
sha256 = "1h5y6ab3gs20yyprdfwcw8fh1c6czs4yrdj0kf54d2vp9qwz685r";
};
nativeBuildInputs = [ pkgconfig ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh";
meta = with stdenv.lib; {
inherit (src.meta) homepage;
homepage = "https://github.com/rakshasa/libtorrent";
description = "A BitTorrent library written in C++ for *nix, with focus on high performance and good code";
platforms = platforms.unix;

View file

@ -8,14 +8,14 @@
}:
stdenv.mkDerivation rec {
name = "rtorrent-${version}";
version = "0.9.7";
pname = "rtorrent";
version = "0.9.8";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "rtorrent";
repo = pname;
rev = "v${version}";
sha256 = "0a9dk3cz56f7gad8ghsma79iy900rwdvzngs6k6x08nlwaqid8ga";
sha256 = "0hcaf1brk402caa7hhlb2r1c93mjzxkm8gb19xfl33gkp3jpf372";
};
nativeBuildInputs = [ pkgconfig ];