From da66650a9fd776cb2c29d7454989922a9bf11f30 Mon Sep 17 00:00:00 2001 From: pazpi Date: Tue, 16 Jul 2024 10:34:09 +0200 Subject: [PATCH] Update rutorrent version to 4.3.6 --- lxc-nix/packages/rutorrent.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc-nix/packages/rutorrent.nix b/lxc-nix/packages/rutorrent.nix index 8907240..791c2f1 100644 --- a/lxc-nix/packages/rutorrent.nix +++ b/lxc-nix/packages/rutorrent.nix @@ -4,13 +4,13 @@ with pkgs; stdenv.mkDerivation rec { pname = "rutorrent"; - version = "4.2.9"; + version = "4.3.6"; src = fetchFromGitHub { owner = "Novik"; repo = "ruTorrent"; rev = "v${version}"; - sha256 = "qgtP8IOJ5R8IWXf34MSa5WiH68oRG2j/IjGC2TPfQc0="; + sha256 = "sha256-pwmMH3ZwwAzuyVCJAPfTcSdvUP3HPRVpUSEROMD7XfE="; }; installPhase = ''