rutorrent: 5.3.1 -> 5.3.3

This commit is contained in:
R. Ryantm
2026-06-23 21:41:33 +00:00
parent b71d29068d
commit dbafe94990
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rutorrent";
version = "5.3.1";
version = "5.3.3";
src = fetchFromGitHub {
owner = "Novik";
repo = "ruTorrent";
tag = "v${finalAttrs.version}";
hash = "sha256-UWXykIrpmnbjJZih+SAxmqjdu1+F/5ohBXxWLr5fa1c=";
hash = "sha256-1quWNiG8oW4HQJ1KJ7MkY7XzPmcYZnMXFxarANavwYI=";
};
installPhase = ''