libtorrent: 0.15.1 -> 0.15.4

(cherry picked from commit 70b4703609)
This commit is contained in:
R. Ryantm
2025-06-11 17:41:26 +00:00
committed by Masum Reza
parent 1e83e3a35b
commit 4fd2d6d3fc

View File

@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "rakshasa-libtorrent";
version = "0.15.1";
version = "0.15.4";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "libtorrent";
rev = "v${version}";
hash = "sha256-ejDne7vaV+GYP6M0n3VAEva4UHuxRGwfc2rgxf7U/EM=";
hash = "sha256-EtT1g8fo2XRVO7pGUThoEklxpYKPI7OWwCZ2vVV73k4=";
};
nativeBuildInputs = [