From 300d2405b032f6ded8c1114d28181dbc008a1e8c Mon Sep 17 00:00:00 2001 From: Saterfield990 <> Date: Wed, 10 Sep 2025 11:40:41 +0300 Subject: [PATCH] rtorrent: 0.15.6 -> 0.16.0 --- pkgs/by-name/rt/rtorrent/package.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/rt/rtorrent/package.nix b/pkgs/by-name/rt/rtorrent/package.nix index c4e8959394e2..b460ce6699b2 100644 --- a/pkgs/by-name/rt/rtorrent/package.nix +++ b/pkgs/by-name/rt/rtorrent/package.nix @@ -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