rutorrent: 5.1.7 -> 5.2.6

This commit is contained in:
R. Ryantm
2025-05-28 07:20:26 +00:00
parent 3f62a1ca1a
commit 76b3f52a19
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rutorrent";
version = "5.1.7";
version = "5.2.6";
src = fetchFromGitHub {
owner = "Novik";
repo = "ruTorrent";
tag = "v${finalAttrs.version}";
hash = "sha256-GeSHLPAmnq5ZStpBSfPc3DzRSh7zjDu31oO04oKgpYk=";
hash = "sha256-AoCS7LiCKB1lGvXaabXk8dqsqU9WL95XuEcddvl22ug=";
};
installPhase = ''