rutorrent: 4.2.10 -> 5.1.1 (#339286)

This commit is contained in:
Wolfgang Walther 2024-12-08 16:02:13 +01:00 committed by GitHub
commit 44a8a98877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; {