rtorrent: 0.16.0 -> 0.16.2

This commit is contained in:
Thiago Kenji Okada
2025-11-12 17:40:25 +00:00
parent baa3178fed
commit f32505a02f
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rtorrent";
version = "0.16.0";
version = "0.16.2";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "rtorrent";
tag = "v${finalAttrs.version}";
hash = "sha256-+lpivm3MXbuJ4XYhK5OaASpqpDKcCdW7JCFjQYBYCSA=";
hash = "sha256-WXH5Op8P+UlcrbHri4yOTjQJSqc39fxxxOXpMmC7DHE=";
};
outputs = [