Commit 300d2405 authored by Saterfield990's avatar Saterfield990
Browse files

rtorrent: 0.15.6 -> 0.16.0

parent 854127d0
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  fetchFromGitHub,
  installShellFiles,
  libtool,
  libtorrent,
  libtorrent-rakshasa,
  ncurses,
  openssl,
  pkg-config,
@@ -19,14 +19,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "rakshasa-rtorrent";
  version = "0.15.6";
  pname = "rtorrent";
  version = "0.16.0";

  src = fetchFromGitHub {
    owner = "rakshasa";
    repo = "rtorrent";
    rev = "v${finalAttrs.version}";
    hash = "sha256-B/5m1JXdUpczUMNN4cy5p6YurjmRFxMQHG3cQFSmZSs=";
    hash = "sha256-+lpivm3MXbuJ4XYhK5OaASpqpDKcCdW7JCFjQYBYCSA=";
  };

  outputs = [
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  passthru = {
    inherit libtorrent;
    inherit libtorrent-rakshasa;
  };

  nativeBuildInputs = [
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
    cppunit
    curl
    libtool
    libtorrent
    libtorrent-rakshasa
    ncurses
    openssl
    zlib