libtorrent: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm
2025-01-01 12:20:35 +00:00
parent 82d084b914
commit e6c9304a2d

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "rakshasa-libtorrent";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "libtorrent";
rev = "v${version}";
hash = "sha256-MDLAp7KFmVvHL+haWVYwWG8gnLkTh6g19ydRkbu9cIs=";
hash = "sha256-FtuVDXH9vIdz+Wz7PLY2lRZkR+j9NYmgaHPDDx2SA98=";
};
nativeBuildInputs = [