libtorrent-rakshasa: 0.16.0 -> 0.16.2

This commit is contained in:
Thiago Kenji Okada
2025-11-12 17:39:48 +00:00
parent 8ae35c7acd
commit baa3178fed
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libtorrent-rakshasa";
version = "0.16.0";
version = "0.16.2";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "libtorrent";
tag = "v${finalAttrs.version}";
hash = "sha256-CtLRZK384IlfXoXLIpdXWa8s9M0n0EopKrJGrK6xq3c=";
hash = "sha256-eiF5kiKsGXSu40+sISTe2KL+SPLonp9IV3NINdlza48=";
};
nativeBuildInputs = [