libtorrent: 0.15.1 -> 0.15.4

This commit is contained in:
R. Ryantm
2025-06-11 17:41:26 +00:00
committed by Thiago Kenji Okada
parent 3fa008da69
commit 70b4703609

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