From c80280682b5dd3cca252bd0343e3c5f962091e89 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Fri, 6 Dec 2024 12:26:33 +0100 Subject: [PATCH] rutorrent: 4.3.8 -> 5.1.1 --- pkgs/by-name/ru/rutorrent/package.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ru/rutorrent/package.nix b/pkgs/by-name/ru/rutorrent/package.nix index 86d99f7a2532..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.3.8"; + version = "5.1.1"; src = fetchFromGitHub { owner = "Novik"; repo = "ruTorrent"; - rev = "v${version}"; - hash = "sha256-1JENw3JByrtzygSXov5Q0tTLrSzJnchYaS9SllXFOds="; + tag = "v${version}"; + hash = "sha256-QFxeOUtHIKKAhw8rQRYcGK0eay3dIWKNh4ST582EMYU="; }; installPhase = '' + runHook preInstall mkdir -p $out/ cp -r . $out/ + runHook postInstall; ''; meta = with lib; {