Unverified Commit d3c3db27 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #274963 from marsam/update-rqbit

rqbit: 4.0.1 -> 5.3.0
parents d2eb12c4 42c48874
Loading
Loading
Loading
Loading
+3093 −0

File added.

Preview size limit exceeded, changes collapsed.

+9 −3
Original line number Diff line number Diff line
@@ -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";