From 9890298bfc32d9d4a775885dc0d1d6798c69d3df Mon Sep 17 00:00:00 2001 From: Trim21 Date: Fri, 3 Jan 2025 22:52:53 +0800 Subject: [PATCH] libtorrent: 0.15.0 -> 0.15.1 --- pkgs/by-name/li/libtorrent/package.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/li/libtorrent/package.nix b/pkgs/by-name/li/libtorrent/package.nix index 3faae47e02ce..1b5ff8e0c9d3 100644 --- a/pkgs/by-name/li/libtorrent/package.nix +++ b/pkgs/by-name/li/libtorrent/package.nix @@ -7,7 +7,6 @@ autoconf-archive, autoreconfHook, cppunit, - libsigcxx, openssl, pkg-config, zlib, @@ -16,13 +15,13 @@ stdenv.mkDerivation rec { pname = "rakshasa-libtorrent"; - version = "0.15.0"; + version = "0.15.1"; src = fetchFromGitHub { owner = "rakshasa"; repo = "libtorrent"; rev = "v${version}"; - hash = "sha256-FtuVDXH9vIdz+Wz7PLY2lRZkR+j9NYmgaHPDDx2SA98="; + hash = "sha256-ejDne7vaV+GYP6M0n3VAEva4UHuxRGwfc2rgxf7U/EM="; }; nativeBuildInputs = [ @@ -33,7 +32,6 @@ stdenv.mkDerivation rec { buildInputs = [ cppunit - libsigcxx openssl zlib ];