Mario Rodas 2023-12-17 04:20:00 +00:00
parent bc87d07623
commit 42c4887431
2 changed files with 3102 additions and 3 deletions

3093
pkgs/by-name/rq/rqbit/Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -2,16 +2,21 @@
rustPlatform.buildRustPackage rec {
pname = "rqbit";
version = "4.0.1";
version = "5.4.0";
src = fetchFromGitHub {
owner = "ikatson";
repo = "rqbit";
rev = "v${version}";
hash = "sha256-qjjKS5UaBIGemw3lipTYNn+kmDlF7Yr+uwICw1cnxuE=";
hash = "sha256-sZb3DYk2gycANRZGtSQAo3G+fo7dxGF48PwC8kJOfio=";
};
cargoHash = "sha256-LhVzubfiOq/u46tKFYaxzty5WnLHTP4bnObuNOYRt5A=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"network-interface-1.1.1" = "sha256-9fWdR5nr73oFP9FzHhDsbA4ifQf3LkzBygspxI9/ufs=";
};
};
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];
@ -23,6 +28,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A bittorrent client in Rust";
homepage = "https://github.com/ikatson/rqbit";
changelog = "https://github.com/ikatson/rqbit/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ marsam ];
mainProgram = "rqbit";