rtorrent: 0.15.4 -> 0.15.5 (#423030)

This commit is contained in:
Thiago Kenji Okada
2025-07-06 23:01:04 +01:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rakshasa-rtorrent";
version = "0.15.4";
version = "0.15.5";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "rtorrent";
rev = "v${finalAttrs.version}";
hash = "sha256-0OnDxmfliVP3GF2xzUZkURippzCGUwLebuyjb7nz/vs=";
hash = "sha256-ZUZR/ydGhxLbjMEDAlbU5IbAxU1dCd0vvATdsn0NMQc=";
};
outputs = [