We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 906b434 + 76b3f52 commit 455663dCopy full SHA for 455663d
1 file changed
pkgs/by-name/ru/rutorrent/package.nix
@@ -6,13 +6,13 @@
6
7
stdenv.mkDerivation (finalAttrs: {
8
pname = "rutorrent";
9
- version = "5.1.7";
+ version = "5.2.6";
10
11
src = fetchFromGitHub {
12
owner = "Novik";
13
repo = "ruTorrent";
14
tag = "v${finalAttrs.version}";
15
- hash = "sha256-GeSHLPAmnq5ZStpBSfPc3DzRSh7zjDu31oO04oKgpYk=";
+ hash = "sha256-AoCS7LiCKB1lGvXaabXk8dqsqU9WL95XuEcddvl22ug=";
16
};
17
18
installPhase = ''
0 commit comments