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

Merge pull request #267853 from marsam/update-rqbit

rqbit: 2.2.1 -> 2.2.2
parents a517f66d ed1c0495
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
{ lib, stdenv, rustPlatform, fetchFromGitHub, pkg-config, openssl, Security }:
{ lib, stdenv, rustPlatform, fetchFromGitHub, pkg-config, openssl, darwin }:

rustPlatform.buildRustPackage rec {
  pname = "rqbit";
  version = "2.2.1";
  version = "2.2.2";

  src = fetchFromGitHub {
    owner = "ikatson";
    repo = "rqbit";
    rev = "v${version}";
    hash = "sha256-7n+T+y60RjmZC7bE96Ljg0xVg4bSzV/LFgezTld4zfI=";
    hash = "sha256-9yYHxlvRlO8iJ3SPi0+4lEgBgAaqaDffKChqAe4OsYU=";
  };

  cargoHash = "sha256-hcuZ4hqGJT/O7vFefKPGZlkqhdsAl5LGAcSRQAEopnM=";
  cargoHash = "sha256-dUQiW6J3Wycp5D3mAwGwruU6CkQ534OyP1GdsY7jzEw=";

  nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];

  buildInputs = lib.optionals stdenv.isLinux [ openssl ]
    ++ lib.optionals stdenv.isDarwin [ Security ];
    ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];

  doCheck = false;

@@ -25,5 +25,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/ikatson/rqbit";
    license = licenses.asl20;
    maintainers = with maintainers; [ marsam ];
    mainProgram = "rqbit";
  };
}
+0 −4
Original line number Diff line number Diff line
@@ -34213,10 +34213,6 @@ with pkgs;
  roxctl = callPackage ../applications/networking/cluster/roxctl {
  };
  rqbit = callPackage ../applications/networking/p2p/rqbit {
    inherit (darwin.apple_sdk.frameworks) Security;
  };
  rssguard = libsForQt5.callPackage ../applications/networking/feedreaders/rssguard { };
  scudcloud = callPackage ../applications/networking/instant-messengers/scudcloud { };