Update rutorrent version to 4.3.6

This commit is contained in:
pazpi 2024-07-16 10:34:09 +02:00
parent 9a86299a6d
commit da66650a9f
No known key found for this signature in database
GPG key ID: 0942571C4B9966BE

View file

@ -4,13 +4,13 @@ with pkgs;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "rutorrent"; pname = "rutorrent";
version = "4.2.9"; version = "4.3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Novik"; owner = "Novik";
repo = "ruTorrent"; repo = "ruTorrent";
rev = "v${version}"; rev = "v${version}";
sha256 = "qgtP8IOJ5R8IWXf34MSa5WiH68oRG2j/IjGC2TPfQc0="; sha256 = "sha256-pwmMH3ZwwAzuyVCJAPfTcSdvUP3HPRVpUSEROMD7XfE=";
}; };
installPhase = '' installPhase = ''