rutorrent: 5.2.9 -> 5.2.10

This commit is contained in:
R. Ryantm 2025-06-27 05:36:59 +00:00
parent 9be32fbfaa
commit 597c0b2e5a

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rutorrent";
version = "5.2.9";
version = "5.2.10";
src = fetchFromGitHub {
owner = "Novik";
repo = "ruTorrent";
tag = "v${finalAttrs.version}";
hash = "sha256-a2MZAwR/JoFvKVuBjNyT4hZPe1Mx0hpvdJUTuch0Ayw=";
hash = "sha256-g1CjwK0GLAdRLWbQeyF8H+OFaL8WgibGrQti9kHz2iM=";
};
installPhase = ''