rutorrent: 5.3.3 -> 5.3.6

This commit is contained in:
R. Ryantm
2026-07-11 16:40:45 +00:00
parent 83b85e6a2c
commit 51931ae4e3
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rutorrent";
version = "5.3.3";
version = "5.3.6";
src = fetchFromGitHub {
owner = "Novik";
repo = "ruTorrent";
tag = "v${finalAttrs.version}";
hash = "sha256-1quWNiG8oW4HQJ1KJ7MkY7XzPmcYZnMXFxarANavwYI=";
hash = "sha256-73dJbmveZQg9ogrvlxevutx6eQDXWizdvi28bGJyiFQ=";
};
installPhase = ''