libtorrent: 0.15.4 -> 0.15.5

This commit is contained in:
R. Ryantm
2025-06-30 14:28:29 +00:00
parent a630831ddc
commit 05688076f4

View File

@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rakshasa-libtorrent";
version = "0.15.4";
version = "0.15.5";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "libtorrent";
rev = "v${finalAttrs.version}";
hash = "sha256-EtT1g8fo2XRVO7pGUThoEklxpYKPI7OWwCZ2vVV73k4=";
hash = "sha256-iFndmET8bQUg3iZ6c6WDCzSS2tx6sYJt+fEkPAaNm18=";
};
nativeBuildInputs = [