libtorrent: 0.14.0 -> 0.15.0 (#369937)

This commit is contained in:
Thiago Kenji Okada
2025-01-01 13:49:57 +00:00
committed by GitHub

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 = [