Skip to content

Commit 455663d

Browse files
rutorrent: 5.1.7 -> 5.2.6 (#402742)
2 parents 906b434 + 76b3f52 commit 455663d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ru/rutorrent/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenv.mkDerivation (finalAttrs: {
88
pname = "rutorrent";
9-
version = "5.1.7";
9+
version = "5.2.6";
1010

1111
src = fetchFromGitHub {
1212
owner = "Novik";
1313
repo = "ruTorrent";
1414
tag = "v${finalAttrs.version}";
15-
hash = "sha256-GeSHLPAmnq5ZStpBSfPc3DzRSh7zjDu31oO04oKgpYk=";
15+
hash = "sha256-AoCS7LiCKB1lGvXaabXk8dqsqU9WL95XuEcddvl22ug=";
1616
};
1717

1818
installPhase = ''

0 commit comments

Comments
 (0)