rtorrent: 0.15.5 -> 0.15.6 (#440174)

This commit is contained in:
Thiago Kenji Okada
2025-09-04 17:51:07 +01:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rakshasa-rtorrent";
version = "0.15.5";
version = "0.15.6";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "rtorrent";
rev = "v${finalAttrs.version}";
hash = "sha256-ZUZR/ydGhxLbjMEDAlbU5IbAxU1dCd0vvATdsn0NMQc=";
hash = "sha256-B/5m1JXdUpczUMNN4cy5p6YurjmRFxMQHG3cQFSmZSs=";
};
outputs = [