libtorrent: 0.15.0 -> 0.15.1

This commit is contained in:
Trim21
2025-01-03 22:52:53 +08:00
parent 4200b91ba8
commit 9890298bfc
+2 -4
View File
@@ -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
];