diff --git a/pkgs/by-name/ru/rutorrent/package.nix b/pkgs/by-name/ru/rutorrent/package.nix index 11c586b8d2aa..43267de48b82 100644 --- a/pkgs/by-name/ru/rutorrent/package.nix +++ b/pkgs/by-name/ru/rutorrent/package.nix @@ -2,18 +2,20 @@ stdenv.mkDerivation rec { pname = "rutorrent"; - version = "4.2.10"; + version = "5.1.1"; src = fetchFromGitHub { owner = "Novik"; repo = "ruTorrent"; - rev = "v${version}"; - hash = "sha256-Hkh2fWaZpJLxUYaojR97XVQWXTRzmFkQe4xKsmY1E8M="; + tag = "v${version}"; + hash = "sha256-QFxeOUtHIKKAhw8rQRYcGK0eay3dIWKNh4ST582EMYU="; }; installPhase = '' + runHook preInstall mkdir -p $out/ cp -r . $out/ + runHook postInstall; ''; meta = with lib; {