libtorrent: 0.15.6 -> 0.16.0

This commit is contained in:
Saterfield990
2025-09-10 13:16:57 +03:00
parent 3ac9a713d6
commit deb6a85d25
+4 -2
View File
@@ -1,6 +1,7 @@
# Note: this is rakshasa's version of libtorrent, used mainly by rtorrent.
# *Do not* mistake it by libtorrent-rasterbar, used by Deluge, qbitttorent etc.
{
curl,
lib,
stdenv,
fetchFromGitHub,
@@ -14,17 +15,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rakshasa-libtorrent";
version = "0.15.6";
version = "0.16.0";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "libtorrent";
rev = "v${finalAttrs.version}";
hash = "sha256-udEe9VyUzPXuCTrB3U3+XCbVWvfTT7xNvJJkLSQrRt4=";
hash = "sha256-CtLRZK384IlfXoXLIpdXWa8s9M0n0EopKrJGrK6xq3c=";
};
nativeBuildInputs = [
autoreconfHook
curl
pkg-config
];